Netflix Watched
Easy way to hide what you watched
O que é Netflix Watched?
Netflix Watched é uma extensão do Chrome desenvolvida por Taha Selim Aksakal, e sua principal característica é "Easy way to hide what you watched".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Netflix Watched
Baixe arquivos de extensão Netflix Watched no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
URL Oficial | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
Descrição | Easy way to hide what you watched |
Tamanho do Arquivo | 276 KB |
Contagem de Instalações | 147 |
Versão Atual | 0.5 |
Última Atualização | 2022-03-28 |
Data de Publicação | 2022-03-21 |
Classificação | 2.60/5 Total de 5 Avaliações |
Desenvolvedor | Taha Selim Aksakal |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://logozof.com/ |
URL da Página de Ajuda | http://logozof.com/ |
Idiomas Suportados | 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 } |