Netflix Watched

Easy way to hide what you watched

Wat is Netflix Watched?

Netflix Watched is een Chrome-extensie ontwikkeld door Taha Selim Aksakal, en de belangrijkste functie is "Easy way to hide what you watched".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Netflix Watched

Download Netflix Watched-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

                        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.                    

Basisinformatie over de Extensie

Naam Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
Officiële URL https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
Beschrijving Easy way to hide what you watched
Bestandsgrootte 276 KB
Aantal Installaties 147
Huidige Versie 0.5
Laatst Bijgewerkt 2022-03-28
Publicatiedatum 2022-03-21
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar Taha Selim Aksakal
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://logozof.com/
Help Pagina-URL http://logozof.com/
Ondersteunde Talen 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
}