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
公式URL 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
Eメール [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": [
        ""
    ]
}