Netflix Anonymous

Are you a Netflix addict?

Wat is Netflix Anonymous?

Netflix Anonymous is een Chrome-extensie ontwikkeld door https://refnow.co, en de belangrijkste functie is "Are you a Netflix addict?".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Netflix Anonymous

Download Netflix Anonymous-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Netflix Anonymous Netflix Anonymous
ID pjjjmiedohemelnagkfpfncjbohedgcn
Officiële URL https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn
Beschrijving Are you a Netflix addict?
Bestandsgrootte 87.32 KB
Aantal Installaties 108
Huidige Versie 0.1.7
Laatst Bijgewerkt 2019-07-25
Publicatiedatum 2019-07-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://refnow.co
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}