Openload to Video

Openload to Video

Go to video directly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_security_policy": "default-src 'self'",
  "description": "Instantly redirect you to video, no ads",
  "content_scripts": [
    {
      "matches": [
        "https://openload.co/*",
        "https://oload.info/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.oloadcdn.net/*",
        "http://*.oloadcdn.net/*"
      ],
      "js": [
        "video.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "manifest_version": 2,
  "name": "Openload to Video",
  "permissions": [
    "https://openload.co/*",
    "https://oload.info/*"
  ],
  "version": "1.4.0",
  "web_accessible_resources": [
    "*"
  ]
}