Netflix Watched

Easy way to hide what you watched

Qu'est-ce que Netflix Watched ?

Netflix Watched est une extension Chrome développée par Taha Selim Aksakal, et sa fonction principale est "Easy way to hide what you watched".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Watched

Téléchargez les fichiers d'extension Netflix Watched au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Netflix Watched Netflix Watched
ID aikgnchdeknanlkgjnbniadpanlgeeig
URL Officiel https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig
Description Easy way to hide what you watched
Taille du Fichier 276 KB
Nombre d'Installations 147
Version Actuelle 0.5
Dernière Mise à Jour 2022-03-28
Date de Publication 2022-03-21
Évaluation 2.60/5 Total 5 Évaluations
Développeur Taha Selim Aksakal
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://logozof.com/
URL de la Page d'Aide http://logozof.com/
Langues Prises en Charge 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
}