Hulu Contrast

This extension will improve readability on the new Hulu website

ما هو Hulu Contrast؟

Hulu Contrast هو إضافة Chrome تم تطويرها بواسطة voodoogiant، والميزة الرئيسية لها هي "This extension will improve readability on the new Hulu website".

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

screenshot

تحميل ملف CRX للإضافة Hulu Contrast

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

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

                        This is a simple extension that adds some styling to the new Hulu website, which makes text more readable by using text shadow and darker backgrounds.                    

معلومات أساسية عن التمديد

الاسم Hulu Contrast Hulu Contrast
ID ekkeldiiibmhgkcdnibefefignhaoibb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/hulu-contrast/ekkeldiiibmhgkcdnibefefignhaoibb
الوصف This extension will improve readability on the new Hulu website
حجم الملف 4.1 KB
عدد التثبيتات 21
النسخة الحالية 1.0
آخر تحديث 2018-05-18
تاريخ النشر 2018-05-18
المطور voodoogiant
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hulu Contrast",
    "description": "This extension will improve readability on the new Hulu website",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "css": [
                "hulu_contrast.css"
            ],
            "js": [
                "hulu_contrast.js"
            ],
            "matches": [
                "https:\/\/beta.hulu.com\/*",
                "https:\/\/new.hulu.com\/*"
            ]
        }
    ]
}