HD toggle for YouTube™

HD toggle for YouTube™ allows you to set the desired playback quality on Youtube™ and save it.

HD toggle for YouTube™ क्या है?

HD toggle for YouTube™ Utilities For Life द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HD toggle for YouTube™ allows you to set the desired playback quality on Youtube™ and save it."।

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

screenshot

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

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

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

                        The extension HD toggle for YouTube™ will allow you to select desired playback quality on Youtube and literally fix it.

This plugin will let you automatically play all YouTube™ videos in High Definition or any quality type you will pre-select.

HD toggle for YouTube™ is a useful tool that will let you automatically play all YouTube™ videos in HD.

The extension allows you to select the default video playback resolution. By clicking on the extension button in a browser panel, you can select the desired quality of video playback.

By default, HD toggle for YouTube plays videos in the highest possible resolution automatically. But you can also specify YouTube High Definition to play all YouTube videos in a specific video resolution like 4K (2160p), 1440p (2K), 1080p (FullHD), 720p(HD), 480p, 360p, 240p and 144p.


NOTE: HD toggle for YouTube™ uses the YouTube™ API and is not endorsed or certified by YouTube LLC or Alphabet, Inc.. All YouTube™ logos and trademarks displayed on this chrome extension are property of Alphabet, Inc.                    

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

नाम HD toggle for YouTube™ HD toggle for YouTube™
ID kggpndclohddceijekoijhhmcclpfjag
आधिकारिक URL https://chromewebstore.google.com/detail/hd-toggle-for-youtube/kggpndclohddceijekoijhhmcclpfjag
विवरण HD toggle for YouTube™ allows you to set the desired playback quality on Youtube™ and save it.
फ़ाइल का आकार 164 KB
स्थापना संख्या 32,444
वर्तमान संस्करण 4.0.0.1
अंतिम अपडेट 2023-10-12
प्रकाशन तिथि 2023-03-31
रेटिंग 4.10/5 कुल 10 रेटिंग्स
डेवलपर Utilities For Life
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://bit.ly/3RYjS6m
समर्थित भाषाएँ 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,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "\/js\/yt.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "sandbox": "sandbox allow-forms allow-scripts; script-src 'self' 'unsafe-eval'; script-src-elem 'self'  blob: 'unsafe-inline' 'unsafe-eval'; child-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "cookies",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "webRequest",
        "declarativeNetRequestWithHostAccess"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "version": "4.0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "resources": [
                "sandbox.html"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject.js"
            ]
        }
    ]
}