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
官方網址 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"
        }
    ]
}