Dark Skin for the tech game™
TTG switches to a black background
什么是Dark Skin for the tech game™?
Dark Skin for the tech game™是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“TTG switches to a black background”。
扩展截图
下载Dark Skin for the tech game™扩展crx文件
下载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" ] } |