Binge!
Automatically click 'Continue Watching' in Netflix
什么是Binge!?
Binge!是由https://demille.github.io/binge开发的Chrome扩展程序,该扩展的主要功能是“Automatically click 'Continue Watching' in Netflix”。
扩展截图
下载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! |
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" } ] } |