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"
            ]
        }
    ]
}