Netflix - Category Browser
Simple category Netflix selector.
什么是Netflix - Category Browser?
Netflix - Category Browser是由DWapp开发的Chrome扩展程序,该扩展的主要功能是“Simple category Netflix selector.”。
扩展截图
下载Netflix - Category Browser扩展crx文件
下载Netflix - Category Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simplest and lightest Netflix category browser you can find, explore more than 240 'hidden' categories including movies, series, documentaries and more!. Don't miss the opportunity to discover more than your Netflix home page!.
扩展基本信息
名称 | |
ID | ljdjhafinilmfolfmlmlmkpepfegdlkp |
官方URL | https://chrome.google.com/webstore/detail/netflix-category-browser/ljdjhafinilmfolfmlmlmkpepfegdlkp |
简介 | Simple category Netflix selector. |
文件大小 | 52.37 KB |
安装次数 | 2,000 |
当前版本 | 1.1 |
更新时间 | 2017-10-01 |
上架时间 | 2017-10-01 |
评分 | 4.71/5 共7次评分 |
开发者 | DWapp |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix - Category Browser", "version": "1.1", "description": "Simple category Netflix selector.", "permissions": [ "activeTab" ], "icons": { "48": "netfx_cb.png" }, "browser_action": { "default_icon": "netfx_cb.png", "default_title": "Netflix", "default_popup": "netfx_cb.html" } } |