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 là gì?

H264ify With Auto 1080 là một tiện ích mở rộng Chrome được phát triển bởi Auto 1080p, và tính năng chính của nó là "H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng H264ify With Auto 1080

Tải xuống các tệp mở rộng H264ify With Auto 1080 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 🎥🌟🚀                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên H264ify With Auto 1080 H264ify With Auto 1080
ID bncpjddkbppnnfbdogmilhecbjoccpci
URL Chính Thức https://chromewebstore.google.com/detail/h264ify-with-auto-1080/bncpjddkbppnnfbdogmilhecbjoccpci
Mô tả H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.
Kích Thước Tệp 15.53 KB
Số Lần Cài Đặt 1,169
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-08-23
Ngày Phát Hành 2022-12-28
Đánh Giá 4.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Auto 1080p
Email zonefiveextension@gmail.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}