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 |
官方網址 | 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\/*" ] } |