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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}