Netflix Anonymous
Are you a Netflix addict?
Apa itu Netflix Anonymous?
Netflix Anonymous adalah ekstensi Chrome yang dikembangkan oleh https://refnow.co, dan fitur utamanya adalah "Are you a Netflix addict?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix Anonymous
Unduh file ekstensi Netflix Anonymous dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | pjjjmiedohemelnagkfpfncjbohedgcn |
URL Resmi | https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn |
Deskripsi | Are you a Netflix addict? |
Ukuran File | 87.32 KB |
Jumlah Instalasi | 108 |
Versi Saat Ini | 0.1.7 |
Terakhir Diperbarui | 2019-07-25 |
Tanggal Publikasi | 2019-07-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://refnow.co |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |