AllDayNetflix
This extension removes popup dialog on netflix asking to continue watching.
什么是AllDayNetflix?
AllDayNetflix是由Matthew开发的Chrome扩展程序,该扩展的主要功能是“This extension removes popup dialog on netflix asking to continue watching.”。
扩展截图
下载AllDayNetflix扩展crx文件
下载AllDayNetflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension to automatically click "Continue Watching" when the dialog appears while watching netflix in your browser. Lets you binge-watch TV episodes without interruption. Instructions: 1) Add extension to Chrome via "Chrome Web Store" 2) Restart the browser (close all windows and tabs) 3) Watch netflix and enjoy!
扩展基本信息
名称 | AllDayNetflix |
ID | hlbbnidhchhkemeieppchepgbnelggdk |
官方URL | https://chromewebstore.google.com/detail/alldaynetflix/hlbbnidhchhkemeieppchepgbnelggdk |
简介 | This extension removes popup dialog on netflix asking to continue watching. |
文件大小 | 49.2 KB |
安装次数 | 305 |
当前版本 | 1.0 |
更新时间 | 2015-11-10 |
上架时间 | 2015-11-10 |
评分 | 4.00/5 共4次评分 |
开发者 | Matthew |
付费类型 | free |
扩展官网 | http://www.matthewlewis.ca |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "netflix.js" ], "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.ca\/*", "https:\/\/*.netflix.ca\/*" ] } ], "author": "Matthew Lewis", "description": "This extension removes popup dialog on netflix asking to continue watching.", "manifest_version": 2, "name": "AllDayNetflix", "version": "1.0" } |