Netflix™ Billboard Banner Hider

Hides the large "Billboard" banner at the top of the Netflix™ homepage.

ما هو Netflix™ Billboard Banner Hider؟

Netflix™ Billboard Banner Hider هو إضافة Chrome تم تطويرها بواسطة JG، والميزة الرئيسية لها هي "Hides the large "Billboard" banner at the top of the Netflix™ homepage.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Netflix™ Billboard Banner Hider

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

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

                        Hides the large "Billboard" banner at the top of the Netflix homepage.                    

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

الاسم Netflix™ Billboard Banner Hider Netflix™ Billboard Banner Hider
ID iiccgglbjljnekmhjfgpddnhmbihpaoe
عنوان URL الرسمي https://chromewebstore.google.com/detail/netflix-billboard-banner/iiccgglbjljnekmhjfgpddnhmbihpaoe
الوصف Hides the large "Billboard" banner at the top of the Netflix™ homepage.
حجم الملف 7.78 KB
عدد التثبيتات 177
النسخة الحالية 0.0.2
آخر تحديث 2015-07-04
تاريخ النشر 2015-07-04
تقييم 5.00/5 مجموع تقييمات 9
المطور JG
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix\u2122 Billboard Banner Hider",
    "short_name": "Netflix\u2122 Billboard Hider",
    "description": "Hides the large \"Billboard\" banner at the top of the Netflix\u2122 homepage.",
    "version": "0.0.2",
    "icons": {
        "48": "res\/netflix48.png",
        "128": "res\/netflix128.png"
    },
    "content_scripts": [
        {
            "css": [
                "netflix_hider.css"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/netflix.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}