CCTVTube
Adds CCTV effects when playing videos on Youtube.
CCTVTubeとは何ですか?
CCTVTubeはinternet.resistance.collectiveによって開発されたChromeの拡張機能で、その主な機能は「Adds CCTV effects when playing videos on Youtube.」です。
拡張機能のスクリーンショット
CCTVTube拡張機能のCRXファイルをダウンロード
CCTVTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds CCTV effects when playing videos on Youtube.
拡張機能の基本情報
名前 | |
ID | lljckmdhbehblmemlghcpmpcefdbidhg |
公式URL | https://chrome.google.com/webstore/detail/cctvtube/lljckmdhbehblmemlghcpmpcefdbidhg |
説明 | Adds CCTV effects when playing videos on Youtube. |
ファイルサイズ | 1.14 MB |
インストール数 | 92 |
現在のバージョン | 0.1 |
最終更新日 | 2015-03-02 |
公開日 | 2015-03-02 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | internet.resistance.collective |
支払い方法 | free |
対応言語 | 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\/*" ] } |