Automatic 4K/HD for Youtube

Extension that will allow you to select desired playback quality on Youtube. Save setting forever.

Automatic 4K/HD for Youtube क्या है?

Automatic 4K/HD for Youtube Youtube Auto HD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that will allow you to select desired playback quality on Youtube. Save setting forever."।

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

screenshot
screenshot

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

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

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

                        Watch Youtube videos automatically in highest quality.
Automatically set youtube videos to play in HD. Users can select from 1080p, 720p, and other sizes as are available for each particular video. Always watch Youtube HD. Auto HD For YouTube.
——————————————————————————————————————————————
Features:
✓ Auto HD For YT
✓ Always the best YT viewing experience
✓ Automatic 4K / HD YT Video Selection
✓ Expand YT Video Description by default
✓ Set default YT Player Sizes
✓ YT HD in various formats
✓ Ultra fast plus very lightweight, will not slow you down your YT player
✓ Sync your YT Quality Settings to other connected PCs                    

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

नाम Automatic 4K/HD for Youtube Automatic 4K/HD for Youtube
ID dclmmkinjdaochjinbhanlipdpmkdhfb
आधिकारिक URL https://chromewebstore.google.com/detail/automatic-4khd-for-youtub/dclmmkinjdaochjinbhanlipdpmkdhfb
विवरण Extension that will allow you to select desired playback quality on Youtube. Save setting forever.
फ़ाइल का आकार 175 KB
स्थापना संख्या 739
वर्तमान संस्करण 2.0.0.20
अंतिम अपडेट 2023-05-06
प्रकाशन तिथि 2021-01-27
रेटिंग 4.65/5 कुल 23 रेटिंग्स
डेवलपर Youtube Auto HD
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/extensions-privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "analytics.js",
            "notifications.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/i6.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "yt.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/apis.google.com https:\/\/ajax.googleapis.com blob:;style-src 'self' 'unsafe-inline' 'unsafe-eval';connect-src *;object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/default.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "storage",
        "tabs",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        ""
    ],
    "version": "2.0.0.20"
}