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" ] } ] } |