Netflix Anonymous
Are you a Netflix addict?
什麼是Netflix Anonymous?
Netflix Anonymous是由https://refnow.co開發的Chrome擴展程式,該擴展的主要功能是“Are you a Netflix addict?”。
擴展截圖
下載Netflix Anonymous擴展crx文件
下載Netflix Anonymous擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Check how long you spend watching Netflix with this free tool. It will add a timer to the corner of Netflix pages and let you see how much time you spend on Netflix each day.
擴展基本資訊
名稱 | |
ID | pjjjmiedohemelnagkfpfncjbohedgcn |
官方網址 | https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn |
簡介 | Are you a Netflix addict? |
檔案大小 | 87.32 KB |
安裝次數 | 108 |
目前版本 | 0.1.7 |
更新時間 | 2019-07-25 |
上架時間 | 2019-07-25 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://refnow.co |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Anonymous", "version": "0.1.7", "description": "Are you a Netflix addict?", "short_name": "Netflix Anonymous", "browser_action": { "default_icon": "air.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.netflix.com\/*", "storage" ], "icons": { "16": "air.png", "48": "air.png", "128": "air.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "*:\/\/*.netflix.com\/*" ] } ] } |