Netflix block synopsis spoiling
This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.
什么是Netflix block synopsis spoiling?
Netflix block synopsis spoiling是由Holger Kreis开发的Chrome扩展程序,该扩展的主要功能是“This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.”。
下载Netflix block synopsis spoiling扩展crx文件
下载Netflix block synopsis spoiling扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you always try hard ignoring the next episodes synopses for not being spoiled, just enable this extension. An option setting is provided to show the teasers anyway.
扩展基本信息
名称 | Netflix block synopsis spoiling |
ID | gibbfeoglggnkdoagdgiibllignhoofo |
官方URL | https://chromewebstore.google.com/detail/netflix-block-synopsis-sp/gibbfeoglggnkdoagdgiibllignhoofo |
简介 | This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface. |
文件大小 | 48.42 KB |
安装次数 | 15 |
当前版本 | 0.2 |
更新时间 | 2015-12-31 |
上架时间 | 2015-12-31 |
评分 | 5.00/5 共3次评分 |
开发者 | Holger Kreis |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix block synopsis spoiling", "description": "This extension hides synopses in episode carousels and the next episode autoloader of Netflix's web user interface.", "version": "0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/*", "https:\/\/*.netflix.com\/*" ], "js": [ "jquery-2.1.4.min.js", "hidesynopsis.js" ], "css": [ "hidesynopsis.css" ] } ] } |