Dark Theme for YouTube™

A Dark and Smooth Theme for YouTube

Dark Theme for YouTube™ क्या है?

Dark Theme for YouTube™ Lynn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Dark and Smooth Theme for YouTube"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Dark Theme for YouTube™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension makes YouTube website look much easier on your eyes at night time. It adds a nice dark theme to YouTube with a smooth black background.

a. Automatically sets a dark theme for all YouTube pages.
b. Has an in-page switch button (at top-right corner in YouTube website) to turn the dark theme ON or OFF.
c. The addon has two dark themes. Theme (A) uses standard CSS techniques to darken the YouTube page. Theme (B) uses CSS filters to do this job. (use the in-page button to switch between these two themes).

To report bugs, please visit addon's homepage (https://mybrowseraddon.com/youtube-dark.html) and fill the bug report form.                    

एक्सटेंशन की मूल जानकारी

नाम Dark Theme for YouTube™ Dark Theme for YouTube™
ID noaomggoeegeonccimekobnhkikoapog
आधिकारिक URL https://chromewebstore.google.com/detail/dark-theme-for-youtube/noaomggoeegeonccimekobnhkikoapog
विवरण A Dark and Smooth Theme for YouTube
फ़ाइल का आकार 36.26 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 0.2.0
अंतिम अपडेट 2022-04-22
प्रकाशन तिथि 2018-07-29
रेटिंग 3.54/5 कुल 135 रेटिंग्स
डेवलपर Lynn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/youtube-dark.html
सहायता पृष्ठ URL https://mybrowseraddon.com/youtube-dark.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "short_name": "youtube-dark",
    "name": "Dark Theme for YouTube\u2122",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "description": "A Dark and Smooth Theme for YouTube",
    "homepage_url": "https:\/\/mybrowseraddon.com\/youtube-dark.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/youtube-dark-theme-inject-filter.css",
                "data\/content_script\/youtube-dark-theme-inject-normal.css"
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "css": [
                "data\/content_script\/inject.css"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}