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 |
Eメール | [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\/*" ] } ] } |