PakTube

PakTube

Replaces all missing youtube videos with working objects. Works without enabling proxy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PakTube",
  "version": "0.1.1",
  "description": "Replaces all missing youtube videos with working objects. Works without enabling proxy.",
  "author": "Raja Amer Khan",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.min.js",
        "contentscript.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "logo.png",
    "128": "logo.png"
  },
  "manifest_version": 2
}