Netflix Anonymous
Are you a Netflix addict?
Vad är Netflix Anonymous?
Netflix Anonymous är en Chrome-tillägg utvecklad av https://refnow.co, och dess huvudfunktion är "Are you a Netflix addict?".
Tilläggsskärmbilder
Ladda ner Netflix Anonymous-förlängningens CRX-fil
Ladda ner Netflix Anonymous-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | pjjjmiedohemelnagkfpfncjbohedgcn |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn |
Beskrivning | Are you a Netflix addict? |
Filstorlek | 87.32 KB |
Antal Installationer | 108 |
Aktuell Version | 0.1.7 |
Senast Uppdaterad | 2019-07-25 |
Publiceringsdatum | 2019-07-25 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://refnow.co |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |