YouTube Auto HD + FPS

Automatically set the video quality on YouTube according to its FPS!

Vad är YouTube Auto HD + FPS?

YouTube Auto HD + FPS är en Chrome-tillägg utvecklad av https://avi12.com, och dess huvudfunktion är "Automatically set the video quality on YouTube according to its FPS!".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube Auto HD + FPS-förlängningens CRX-fil

Ladda ner YouTube Auto HD + FPS-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        My extension allows you to customize the video quality experience based on the video's FPS (Frames Per Second). You can adjust the quality anywhere from 144p to 8K.
This means, for example, that you can watch 30FPS videos at 4K and 60FPS videos at 1080p!

You also have the option to automatically select the enhanced bitrate quality. Additionally, the extension lets you choose the quality of embedded videos, which are videos outside of YouTube.com.

Lastly, you can enable the auto-resize feature to adjust the video size automatically.

Source code: https://github.com/avi12/youtube-auto-hd                    

Grundläggande Information om Tillägg

Namn YouTube Auto HD + FPS YouTube Auto HD + FPS
ID fcphghnknhkimeagdglkljinmpbagone
Officiell webbadress https://chromewebstore.google.com/detail/youtube-auto-hd-+-fps/fcphghnknhkimeagdglkljinmpbagone
Beskrivning Automatically set the video quality on YouTube according to its FPS!
Filstorlek 1.77 MB
Antal Installationer 147,331
Aktuell Version 1.8.18
Senast Uppdaterad 2024-02-11
Publiceringsdatum 2020-05-31
Betyg 4.21/5 Totalt 1139 Betyg
Utvecklare https://avi12.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://avi12.com
Hjälpsida URL https://github.com/avi12/youtube-auto-hd/issues/new/choose
URL till Sekretesspolicy Sidan https://avi12.com/youtube-auto-hd
Stödda Språk 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",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.8.18",
    "author": "avi12 ",
    "name": "YouTube Auto HD + FPS",
    "description": "__MSG_cj_i18n_02146__",
    "homepage_url": "https:\/\/github.com\/avi12\/youtube-auto-hd",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "browser_style": true
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube-nocookie.com\/*",
                "https:\/\/youtube.googleapis.com\/*"
            ],
            "js": [
                "content-script-init-desktop.198ffcc0.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "js": [
                "content-script-init-mobile.af8a7027.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-resize.9f0561a0.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content-script-donation.6ff523eb.js"
            ],
            "css": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/www.youtube-nocookie.com\/*",
        "https:\/\/youtube.googleapis.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "*.map"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "https:\/\/m.youtube.com\/*"
            ],
            "resources": [
                "content-script-init-mobile.22266f1f.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "content-script-donation.edc03b6d.css"
            ]
        }
    ]
}