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 |
官方URL | 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\/*" ] } ] } |