CCTVTube
Adds CCTV effects when playing videos on Youtube.
What is CCTVTube?
CCTVTube is a Chrome extension developed by internet.resistance.collective, and its main feature is "Adds CCTV effects when playing videos on Youtube.".
Extension Screenshots
Download CCTVTube Extension CRX File
Download CCTVTube 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
Adds CCTV effects when playing videos on Youtube.
Extension Basic Information
Name | |
ID | lljckmdhbehblmemlghcpmpcefdbidhg |
Official URL | https://chrome.google.com/webstore/detail/cctvtube/lljckmdhbehblmemlghcpmpcefdbidhg |
Description | Adds CCTV effects when playing videos on Youtube. |
File Size | 1.14 MB |
Installation Count | 92 |
Current Version | 0.1 |
Last Updated | 2015-03-02 |
Publish Date | 2015-03-02 |
Rating | 4.00/5 Total 1 Ratings |
Developer | internet.resistance.collective |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CCTVTube", "description": "Adds CCTV effects when playing videos on Youtube.", "version": "0.1", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/findAndReplaceDOMText.js", "content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "resources\/*" ] } |