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