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 |
官方網址 | 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" } } |