CCTVTube
Adds CCTV effects when playing videos on Youtube.
CCTVTubeคืออะไร?
CCTVTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย internet.resistance.collective และคุณลักษณะหลักของมันคือ "Adds CCTV effects when playing videos on Youtube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CCTVTube
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |