Netflix IMDB top 250
Removes all movies that aren't in the IMDB top 250 from Netflix.
什么是Netflix IMDB top 250?
Netflix IMDB top 250是由angusbayley开发的Chrome扩展程序,该扩展的主要功能是“Removes all movies that aren't in the IMDB top 250 from Netflix.”。
扩展截图
下载Netflix IMDB top 250扩展crx文件
下载Netflix IMDB top 250扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You've heard of good movies - now you can watch them. One button to hide everything except IMDB's top 250 films in Netflix. - works in every country! - always works from the current IMDB top 250 - is awesome - refresh the page to get the old films back Simples.
扩展基本信息
名称 | Netflix IMDB top 250 |
ID | akeiblobkickpakkbjgalaklelbicgaj |
官方URL | https://chromewebstore.google.com/detail/netflix-imdb-top-250/akeiblobkickpakkbjgalaklelbicgaj |
简介 | Removes all movies that aren't in the IMDB top 250 from Netflix. |
文件大小 | 15.41 KB |
安装次数 | 98 |
当前版本 | 1.0 |
更新时间 | 2014-11-20 |
上架时间 | 2014-11-20 |
评分 | 3.00/5 共3次评分 |
开发者 | angusbayley |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix IMDB top 250", "version": "1.0", "description": "Removes all movies that aren't in the IMDB top 250 from Netflix.", "background": { "page": "background.html", "persistent": false }, "page_action": { "default_icon": "icon.png", "default_title": "Cull all movies not in the IMDB top 250!" }, "permissions": [ "declarativeContent", "http:\/\/www.imdb.com\/*", "*:\/\/*.netflix.com\/*" ], "icons": { "48": "icon.png", "128": "icon.png" }, "manifest_version": 2 } |