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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |