Dark Skin for the tech game™
TTG switches to a black background
Dark Skin for the tech game™คืออะไร?
Dark Skin for the tech game™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "TTG switches to a black background"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dark Skin for the tech game™
ดาวน์โหลดไฟล์ส่วนขยาย Dark Skin for the tech game™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Switches the white background to a black background. Files were inspired and helped by: https://chrome.google.com/webstore/detail/dark-skin-for-youtube/bfeknfgchonpnofdjokchhdhdnddhglm?hl=en
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cclblcpihmdfkcipeaficngmdihndfmj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dark-skin-for-the-tech-ga/cclblcpihmdfkcipeaficngmdihndfmj |
คำอธิบาย | TTG switches to a black background |
ขนาดไฟล์ | 32.4 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.0.0.0 |
อัปเดตครั้งล่าสุด | 2014-01-19 |
วันที่เผยแพร่ | 2014-01-19 |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": "images\/black_youtube_19.png", "default_title": "Toggle the dark skin" }, "content_scripts": [ { "js": [ "youtube.js" ], "matches": [ "http:\/\/www.thetechgame.com\/*", "https:\/\/www.thetechgame.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "js": [ "youtube_comments.js" ], "matches": [ "http:\/\/apis.google.com\/u\/0\/wm\/4\/_\/widget\/render\/comments*", "https:\/\/apis.google.com\/u\/0\/wm\/4\/_\/widget\/render\/comments*", "http:\/\/plus.googleapis.com\/_\/im\/_\/widget\/render\/comments*", "https:\/\/plus.googleapis.com\/_\/im\/_\/widget\/render\/comments*" ], "run_at": "document_start" } ], "description": "TTG switches to a black background", "icons": { "128": "images\/black_youtube.png", "16": "images\/black_youtube_16.png", "48": "images\/black_youtube_48.png" }, "manifest_version": 2, "name": "Dark Skin for the tech game\u2122", "permissions": [ "http:\/\/www.thetechgame.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0.0", "web_accessible_resources": [ "dark.css", "dark_comments.css", "images\/images.png", "images\/bg-branded-page-180.png" ] } |