NetBinge

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

NetBinge란 무엇입니까?

NetBinge은(는) a.mccourt60에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provide a few basic features to quality and ease of use for Netflix users."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NetBinge 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}