Pause tube Download
Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.
What is Pause tube Download?
Pause tube Download is a Chrome extension developed by Unknown, and its main feature is "Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site.".
Extension Screenshots
Download Pause tube Download Extension CRX File
Download Pause tube Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Pause tube Download |
ID | nfjiahnofpcmmadijbpcahoigcjmcldo |
Official URL | https://chromewebstore.google.com/detail/pause-tube-download/nfjiahnofpcmmadijbpcahoigcjmcldo |
Description | Stops tube™ video preloading. For saving network bandwidth. It works on YouTube™ site. |
File Size | 14.44 KB |
Installation Count | 352 |
Current Version | 0.1.4 |
Last Updated | 2016-05-21 |
Publish Date | 2016-05-20 |
Rating | 3.92/5 Total 12 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en,ru |
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" ] } |