Reveal for Netflix
Browse Netflix using over two thousand hidden genres, topics, directors, and actors.
什么是Reveal for Netflix?
Reveal for Netflix是由George Skrbic开发的Chrome扩展程序,该扩展的主要功能是“Browse Netflix using over two thousand hidden genres, topics, directors, and actors.”。
扩展截图
下载Reveal for Netflix扩展crx文件
下载Reveal for Netflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Netflix includes thousands of categories that subscribers never before had access to. External sites include long posts that provide links to these categories, but that is inconvenient. Reveal gives you access to these categories in a helpful search inside Netflix. Browse better and more specific depending on what you are in the mood for. Features: - Search thousands of hidden categories within Netflix - More specific search by Genre, Topic, Actor, Director, and many more - Categories being updated as Netflix library changes
扩展基本信息
名称 | Reveal for Netflix |
ID | fkiohmjdmmcaenljmloepbdpcdfjdcpf |
官方URL | https://chromewebstore.google.com/detail/reveal-for-netflix/fkiohmjdmmcaenljmloepbdpcdfjdcpf |
简介 | Browse Netflix using over two thousand hidden genres, topics, directors, and actors. |
文件大小 | 224 KB |
安装次数 | 4,361 |
当前版本 | 1.1.0 |
更新时间 | 2018-02-11 |
上架时间 | 2018-02-10 |
评分 | 4.22/5 共23次评分 |
开发者 | George Skrbic |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reveal for Netflix", "version": "1.1.0", "manifest_version": 2, "description": "Browse Netflix using over two thousand hidden genres, topics, directors, and actors.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Reveal for Netflix", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "*:\/\/netflix.com\/*" ], "web_accessible_resources": [ "fonts\/*.*", "categories.txt" ], "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/browse\/*" ], "run_at": "document_end", "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/inject.js" ] } ] } |