Netflix Watched

Easy way to hide what you watched

Hvad er Netflix Watched?

Netflix Watched er en Chrome-udvidelse udviklet af Taha Selim Aksakal, og dens hovedfunktion er "Easy way to hide what you watched".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Netflix Watched-udvidelses-CRX-fil

Download Netflix Watched-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Netflix Watched

An add-on made so that a movie or series you watch is not recommended to you again. you can hide or transparency the movie or tv series you watched on netflix by clicking the I watched it button with this extension.

You can use the widget by clicking the eye icon on the screen you are previewing movie or tv series. And so the movie or series becomes transparent or hidden according to your setting.                    

Grundlæggende oplysninger om udvidelsen

Navn Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
Officiel URL https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
Beskrivelse Easy way to hide what you watched
Filstørrelse 276 KB
Antal Installationer 147
Nuværende Version 0.5
Senest Opdateret 2022-03-28
Udgivelsesdato 2022-03-21
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler Taha Selim Aksakal
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://logozof.com/
Hjælpeside-URL http://logozof.com/
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Watched",
    "description": "Easy way to hide what you watched",
    "version": "0.5",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Netflix Watched",
        "default_icon": "assets\/logo.png"
    },
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.netflix.com\/"
    ],
    "manifest_version": 3
}