Loner Hulu

Removes that annoying Refer a Friend button from Hulu pages

ما هو Loner Hulu؟

Loner Hulu هو إضافة Chrome تم تطويرها بواسطة KacobJeith، والميزة الرئيسية لها هي "Removes that annoying Refer a Friend button from Hulu pages".

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

screenshot
screenshot
screenshot

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

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

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

                        A simple Chrome Extension that removes the annoying "Refer a Friend" button from Hulu

If you have recently watched Hulu on your computer, you may have experienced a mild annoyance at the giant green "Refer a Friend" button that obscures part of the show you're watching. You could always full-screen the viewer... but sometimes you just don't want to.

With the LonerHulu chrome extension, you can binge on your favorite Hulu shows without that giant green button reminding you that your friends are probably doing cooler things than you are right now.

** Disclaimer ** This extension is not affiliated with Hulu.                    

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

الاسم Loner Hulu Loner Hulu
ID doccdfcideapgphmoflilmpkjndlglfh
عنوان URL الرسمي https://chrome.google.com/webstore/detail/loner-hulu/doccdfcideapgphmoflilmpkjndlglfh
الوصف Removes that annoying Refer a Friend button from Hulu pages
حجم الملف 12.57 KB
عدد التثبيتات 13
النسخة الحالية 1.0
آخر تحديث 2017-07-07
تاريخ النشر 2017-07-07
تقييم 3.67/5 مجموع تقييمات 3
المطور KacobJeith
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loner Hulu",
    "description": "Removes that annoying Refer a Friend button from Hulu pages",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}