NetBinge

Provide a few basic features to quality and ease of use for Netflix users.

ما هو NetBinge؟

NetBinge هو إضافة Chrome تم تطويرها بواسطة a.mccourt60، والميزة الرئيسية لها هي "Provide a few basic features to quality and ease of use for Netflix users.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة NetBinge

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

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

                        This extension provides basic features to improve the Netflix viewer experience.

Skip intro sequence and opening credits of supported shows without pressing the "skip" button!

Remove the annoying "Are You Still Watching" notification to keep your binge watch pause free!

Blur episode synopses to keep your viewership spoiler-free.

All features are toggle able through our easy to use pop-up menu.  Settings are synced across all of your google devices.                    

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

الاسم NetBinge NetBinge
ID fenmecjhnjfobbcnllliikmcookmmpfm
عنوان URL الرسمي https://chromewebstore.google.com/detail/netbinge/fenmecjhnjfobbcnllliikmcookmmpfm
الوصف Provide a few basic features to quality and ease of use for Netflix users.
حجم الملف 3.36 MB
عدد التثبيتات 20
النسخة الحالية 1.1
آخر تحديث 2017-12-18
تاريخ النشر 2017-12-18
المطور a.mccourt60
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://amccourt.github.io/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetBinge",
    "description": "Provide a few basic features to quality and ease of use for Netflix users.",
    "version": "1.1",
    "icons": {
        "48": "img\/48icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "NetBinge",
        "default_popup": "popout.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "js\/jquery-3.2.1.min.js",
                "js\/content-script.js"
            ]
        }
    ]
}