Netflix Anonymous

Are you a Netflix addict?

Co to jest Netflix Anonymous?

Netflix Anonymous to rozszerzenie Chrome opracowane przez https://refnow.co, a jego główną funkcją jest „Are you a Netflix addict?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Netflix Anonymous

Pobierz pliki rozszerzeń Netflix Anonymous w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix Anonymous Netflix Anonymous
ID pjjjmiedohemelnagkfpfncjbohedgcn
Oficjalny URL https://chromewebstore.google.com/detail/netflix-anonymous/pjjjmiedohemelnagkfpfncjbohedgcn
Opis Are you a Netflix addict?
Rozmiar pliku 87.32 KB
Liczba instalacji 108
Aktualna Wersja 0.1.7
Ostatnia Aktualizacja 2019-07-25
Data Publikacji 2019-07-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://refnow.co
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}