H264ify With Auto 1080

H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.

什麼是H264ify With Auto 1080?

H264ify With Auto 1080是由Auto 1080p開發的Chrome擴展程式,該擴展的主要功能是“H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.”。

擴展截圖

screenshot

下載H264ify With Auto 1080擴展crx文件

下載H264ify With Auto 1080擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension will automatically apply the 1080P setting to most of the streaming platforms. 📺

One of the simple and yet productivity tools where you can never worry about the streaming quality. 🌟

Add it to your browser one time and let it do the magic. 🚀

The current supported sites are:

Auto 1080p for Youtube
Prime Video
Auto 1080p for Disney+ Hotstar 🎥🌟🚀                    

擴展基本資訊

名稱 H264ify With Auto 1080 H264ify With Auto 1080
ID bncpjddkbppnnfbdogmilhecbjoccpci
官方網址 https://chromewebstore.google.com/detail/h264ify-with-auto-1080/bncpjddkbppnnfbdogmilhecbjoccpci
簡介 H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.
檔案大小 15.53 KB
安裝次數 1,169
目前版本 1.1.0
更新時間 2023-08-23
上架時間 2022-12-28
評分 4.75/5 共 4 次評分
開發者 Auto 1080p
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "H264ify With Auto 1080",
    "version": "1.1.0",
    "description": "H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more. ",
    "icons": {
        "16": "video.png",
        "48": "video.png",
        "128": "video.png"
    },
    "action": {
        "default_icon": {
            "16": "video.png",
            "24": "video.png",
            "32": "video.png"
        },
        "default_title": "Changing quality of video",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ]
}