YouTube™ Dark
Enable/Disable YouTube™ Dark Mode and hide comments! [ALPHA]
YouTube™ Dark란 무엇입니까?
YouTube™ Dark은(는) LewJ.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enable/Disable YouTube™ Dark Mode and hide comments! [ALPHA]"입니다.
확장 프로그램 스크린샷
YouTube™ Dark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
YouTube™ Dark - All it does is allow you to toggle a dark theme on YouTube™, helpful for those late night YouTube binges! And now enable/disable comments! Nothing more, nothing less!
Version 0.0.5 includes the following changes:
- Fixed logo bugging when YouTube doodle is used
- styled the search suggestions to be more inline with the overall style
Version 0.0.4 includes the following changes:
- White logo switched out so it looks cleaner
Version 0.0.3 includes the following changes:
- Option to enable/disable comments
- Many additional style changes to various parts of YouTube
Instructions:
- Install Plugin
- Enable Plugin
- Click the YouTube Dark icon that appears
- Click Enable
- Enjoy! 확장 프로그램 기본 정보
| 이름 | |
| ID | plglhpmdnpckcegcdioefjiojlmopmnk |
| 공식 URL | https://chromewebstore.google.com/detail/youtube-dark/plglhpmdnpckcegcdioefjiojlmopmnk |
| 설명 | Enable/Disable YouTube™ Dark Mode and hide comments! [ALPHA] |
| 파일 크기 | 658 KB |
| 설치 횟수 | 554 |
| 현재 버전 | 0.0.5 alpha |
| 최근 업데이트 | 2017-06-07 |
| 출시 날짜 | 2017-06-07 |
| 평점 | 4.43/5 총 7 개의 평점 |
| 개발자 | LewJ.me |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://www.lewj.me/project/youtube-dark |
| 지원되는 언어 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube\u2122 Dark",
"short_name": "YouTube\u2122 Dark",
"version": "0.0.5",
"version_name": "0.0.5 alpha",
"description": "Enable\/Disable YouTube\u2122 Dark Mode and hide comments! [ALPHA]",
"author": "LewJ.me",
"homepage_url": "https:\/\/www.lewj.me\/project\/youtube-dark",
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "YouTube\u2122 Dark",
"default_popup": "popup.html",
"default_locale": "en"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 2,
"web_accessible_resources": [
"*.eot",
"*.ttf",
"*.svg",
"*.woff",
"*.woff2",
"*.png"
],
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
"permissions": [
"tabs",
"https:\/\/www.youtube.com\/**",
"storage",
"webNavigation"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/**"
],
"css": [
"youtube.css"
],
"js": [
"vendor\/jquery-3.2.1.min.js"
]
}
],
"background": {
"scripts": [
"vendor\/jquery-3.2.1.min.js",
"background.js"
],
"persistent": false
}
} | |