Auto High Quality for YouTube™

Automatically change YouTube video quality to HD resolution or the highest available one

Auto High Quality for YouTube™ क्या है?

Auto High Quality for YouTube™ balvin.perrie द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically change YouTube video quality to HD resolution or the highest available one"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension automatically changes the YouTube video quality to a user-selected high-quality resolution.

Features:
1. Select the highest quality by default
2. Do not change the quality if high resolution is already selected (optional feature)
3. Allows the user to select almost all available qualities.
4. It is possible to disable more than 30 FPS frame rates (optional feature). Use it if you don't have a bandwidth problem, but your browser cannot handle high-frame-rate playing.
5. Use different qualities for visible and hidden YouTube players (optional feature)

Some Use Cases:
1. YouTube starts at low quality, but I want to watch at high resolution.
2. YouTube automatically increases quality which causes the loader to appear once per while. I don't want the player to alter the resolution.
3. YouTube switches to 60 frame rate mode, but my browser drops frames.                    

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

नाम Auto High Quality for YouTube™ Auto High Quality for YouTube™
ID alageihdeogmjlkgifaeefodfbdbljjf
आधिकारिक URL https://chromewebstore.google.com/detail/auto-high-quality-for-you/alageihdeogmjlkgifaeefodfbdbljjf
विवरण Automatically change YouTube video quality to HD resolution or the highest available one
फ़ाइल का आकार 64.73 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 0.4.4
अंतिम अपडेट 2023-11-14
प्रकाशन तिथि 2019-10-05
रेटिंग 3.76/5 कुल 42 रेटिंग्स
डेवलपर balvin.perrie
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/youtube-hd.html
सहायता पृष्ठ URL https://webextension.org/listing/youtube-hd.html
गोपनीयता नीति पृष्ठ URL https://add0n.com/policies/balvin.perrie.txt
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto High Quality for YouTube\u2122",
    "description": "Automatically change YouTube video quality to HD resolution or the highest available one",
    "version": "0.4.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/youtube-hd.html",
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "19": "\/data\/icons\/19.png",
        "32": "\/data\/icons\/32.png",
        "38": "\/data\/icons\/38.png",
        "48": "\/data\/icons\/48.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": []
    }
}