Dark Skin for the tech game™
TTG switches to a black background
Dark Skin for the tech game™ là gì?
Dark Skin for the tech game™ là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "TTG switches to a black background".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dark Skin for the tech game™
Tải xuống các tệp mở rộng Dark Skin for the tech game™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cclblcpihmdfkcipeaficngmdihndfmj |
URL Chính Thức | https://chromewebstore.google.com/detail/dark-skin-for-the-tech-ga/cclblcpihmdfkcipeaficngmdihndfmj |
Mô tả | TTG switches to a black background |
Kích Thước Tệp | 32.4 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.0.0 |
Cập Nhật Lần Cuối | 2014-01-19 |
Ngày Phát Hành | 2014-01-19 |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |