Themes for YouTube™ and Picture in Picture

Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites

Themes for YouTube™ and Picture in Picture क्या है?

Themes for YouTube™ and Picture in Picture maria.pedraza3000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Change the theme of YouTube™ with multiple themes and dark mode themes. You also can make new theme for YouTube™ with our online theme creator. Otherwise, you can press F9 to play video in the Picture and Picture mode on all sites.


HOW TO USE:
1. Click on the extension icon to turn on/off the theme.
2. How to change the theme:
+ Right click on extension icon.
+ Click on Options.
+ Select the theme you want to apply.
3. Play video in the PinP mode: press F9 (on all site that you are playing video)

Advanced features: On the option page, you can remove black bars around video, hide the scrollbar, etc.                    

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

नाम Themes for YouTube™ and Picture in Picture Themes for YouTube™ and Picture in Picture
ID deljjimclpnhngmikaiiodgggdniaooh
आधिकारिक URL https://chromewebstore.google.com/detail/themes-for-youtube-and-pi/deljjimclpnhngmikaiiodgggdniaooh
विवरण Changes the YouTube™ theme, including dark mode theme and Add Picture in Picture mode to all sites
फ़ाइल का आकार 353 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 2.2.6
अंतिम अपडेट 2022-11-08
प्रकाशन तिथि 2020-07-03
रेटिंग 4.34/5 कुल 480 रेटिंग्स
डेवलपर maria.pedraza3000
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://sites.google.com/view/crx/youtube-dark-mode
सहायता पृष्ठ URL https://sites.google.com/view/crx/youtube-dark-mode
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "2.2.6",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "48.png",
        "default_title": "__MSG_default_title__"
    },
    "background": {
        "page": "bgr.html"
    },
    "options_page": "option.html",
    "options_ui": {
        "chrome_style": true,
        "page": "option.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "global.css"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "pip.js"
            ]
        }
    ],
    "icons": {
        "48": "48.png",
        "16": "16.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}