Auto-Quality for Youtube HD/4K/8K

Extension that will allow you to permanently set Youtube playback quality to your desired resolution.

Auto-Quality for Youtube HD/4K/8K क्या है?

Auto-Quality for Youtube HD/4K/8K fredibergr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that will allow you to permanently set Youtube playback quality to your desired resolution."।

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

screenshot
screenshot

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

crx प्रारूप में Auto-Quality for Youtube HD/4K/8K एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Permanently change desired quality on YouTube. From 144p to 4320p.

HD, 4K, 8K, everything you need.

Slim design, sexy icon.

















Set all auto quality on youtube 4K HD 8K

All copyrights belong to their respective owners. Youtube doesn’t endorse or sponsor this Chrome extension. Auto-Quality for Youtube HD/4K/8K is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.                    

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

नाम Auto-Quality for Youtube HD/4K/8K Auto-Quality for Youtube HD/4K/8K
ID pbbabegclednakeboacaidjcblonlopm
आधिकारिक URL https://chrome.google.com/webstore/detail/auto-quality-for-youtube/pbbabegclednakeboacaidjcblonlopm
विवरण Extension that will allow you to permanently set Youtube playback quality to your desired resolution.
फ़ाइल का आकार 51.18 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 4.3.03.46
अंतिम अपडेट 2019-10-12
प्रकाशन तिथि 2019-10-12
रेटिंग 3.11/5 कुल 9 रेटिंग्स
डेवलपर fredibergr
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "js\/library_youtube.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "version": "4.3.03.46"
}