YouTube™ Dark

Enable/Disable YouTube™ Dark Mode and hide comments! [ALPHA]

YouTube™ Darkคืออะไร?

YouTube™ Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LewJ.me และคุณลักษณะหลักของมันคือ "Enable/Disable YouTube™ Dark Mode and hide comments! [ALPHA]"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Dark

ดาวน์โหลดไฟล์ส่วนขยาย YouTube™ Dark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ YouTube™ Dark YouTube™ Dark
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
    }
}