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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |