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 هو إضافة Chrome تم تطويرها بواسطة Auto 1080p، والميزة الرئيسية لها هي "H264ify with Auto 1080 Chrome Extension saves you from buffering videos & lets you set default video quality on YouTube & more.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة H264ify With Auto 1080

قم بتنزيل ملفات الامتداد H264ify With Auto 1080 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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": [
        ""
    ]
}