Pause tube Download

Pause tube Download

Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "0.1.4",
  "manifest_version": 2,
  "icons": {
    "128": "images/icon128.png"
  },
  "description": "__MSG_extDesc__",
  "permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "js/page-script.js"
  ]
}