Youtube Theme

Fast change between dark and light Youtube themes

Youtube Themeคืออะไร?

Youtube Theme เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Light Alex และคุณลักษณะหลักของมันคือ "Fast change between dark and light Youtube themes"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Theme

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

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

                        Fast change between dark and light YouTube design. Just in one click.                    

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

ชื่อ Youtube Theme Youtube Theme
ID jkojliciihhmhfnioceoaahmmhhmhjdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-theme/jkojliciihhmhfnioceoaahmmhhmhjdi
คำอธิบาย Fast change between dark and light Youtube themes
ขนาดไฟล์ 42.94 KB
จำนวนการติดตั้ง 8,961
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2020-07-14
วันที่เผยแพร่ 2020-07-14
คะแนน 4.49/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Light Alex
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://addons.lightalex.com/?source=chrome_store
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Theme",
    "short_name": "__MSG_description__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.4",
    "author": "Light Alex",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "cookies",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "files\/styles\/main.css"
            ],
            "js": [
                "files\/scripts\/preload.js"
            ],
            "run_at": "document_start"
        }
    ]
}