Binge!

Automatically click 'Continue Watching' in Netflix

Binge!とは何ですか?

Binge!はhttps://demille.github.io/bingeによって開発されたChromeの拡張機能で、その主な機能は「Automatically click 'Continue Watching' in Netflix」です。

拡張機能のスクリーンショット

screenshot

Binge!拡張機能のCRXファイルをダウンロード

Binge!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of Netflix asking every few episodes if you are still watching? Annoyed by the interruptions three minutes into an episode? Add this extension and stop being bothered.

If you start noticing any issues, submit an issue on the support tab so it can be fixed :)

CHANGELOG:

1.0.2 - Fix for Netflix's new site design                    

拡張機能の基本情報

名前 Binge! Binge!
ID ckcalpgemnoejggbleepgmemacmgoofn
公式URL https://chromewebstore.google.com/detail/binge/ckcalpgemnoejggbleepgmemacmgoofn
説明 Automatically click 'Continue Watching' in Netflix
ファイルサイズ 10.42 KB
インストール数 1,385
現在のバージョン 1.0.2
最終更新日 2015-06-21
公開日 2015-06-20
評価 3.60/5 合計 47 レビュー
開発者 https://demille.github.io/binge
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Binge!",
    "description": "Automatically click 'Continue Watching' in Netflix",
    "version": "1.0.2",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "arrive-2.0.0.min.js",
                "clicker.js"
            ],
            "run_at": "document_end"
        }
    ]
}