Dark Skin for the tech game™
TTG switches to a black background
¿Qué es Dark Skin for the tech game™?
Dark Skin for the tech game™ es una extensión de Chrome desarrollada por Unknown, y su función principal es "TTG switches to a black background".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dark Skin for the tech game™
Descarga archivos de extensión Dark Skin for the tech game™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | cclblcpihmdfkcipeaficngmdihndfmj |
URL Oficial | https://chromewebstore.google.com/detail/dark-skin-for-the-tech-ga/cclblcpihmdfkcipeaficngmdihndfmj |
Descripción | TTG switches to a black background |
Tamaño del Archivo | 32.4 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 1.0.0.0 |
Última Actualización | 2014-01-19 |
Fecha de Publicación | 2014-01-19 |
Desarrollador | Unknown |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |