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ファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}