YouTube Auto HD + FPS

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

Τι είναι το YouTube Auto HD + FPS;

Το YouTube Auto HD + FPS είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://avi12.com, και η κύρια λειτουργία του είναι "Automatically set the video quality on YouTube according to its FPS!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης YouTube Auto HD + FPS

Λήψη αρχείων επέκτασης YouTube Auto HD + FPS σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YouTube Auto HD + FPS YouTube Auto HD + FPS
ID fcphghnknhkimeagdglkljinmpbagone
Επίσημο URL https://chromewebstore.google.com/detail/youtube-auto-hd-+-fps/fcphghnknhkimeagdglkljinmpbagone
Περιγραφή Automatically set the video quality on YouTube according to its FPS!
Μέγεθος Αρχείου 1.77 MB
Αριθμός Εγκαταστάσεων 147,331
Τρέχουσα Έκδοση 1.8.18
Τελευταία Ενημέρωση 2024-02-11
Ημερομηνία Δημοσίευσης 2020-05-31
Αξιολόγηση 4.21/5 Συνολικά 1139 Αξιολογήσεις
Προγραμματιστής https://avi12.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://avi12.com
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/avi12/youtube-auto-hd/issues/new/choose
URL της Σελίδας Πολιτικής Απορρήτου https://avi12.com/youtube-auto-hd
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}