Netflix Watched
Easy way to hide what you watched
什么是Netflix Watched?
Netflix Watched是由Taha Selim Aksakal开发的Chrome扩展程序,该扩展的主要功能是“Easy way to hide what you watched”。
扩展截图
下载Netflix Watched扩展crx文件
下载Netflix Watched扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Netflix Watched |
ID | aikgnchdeknanlkgjnbniadpanlgeeig |
官方URL | https://chromewebstore.google.com/detail/netflix-watched/aikgnchdeknanlkgjnbniadpanlgeeig |
简介 | Easy way to hide what you watched |
文件大小 | 276 KB |
安装次数 | 147 |
当前版本 | 0.5 |
更新时间 | 2022-03-28 |
上架时间 | 2022-03-21 |
评分 | 2.60/5 共5次评分 |
开发者 | Taha Selim Aksakal |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://logozof.com/ |
帮助页面URL | http://logozof.com/ |
支持的语言 | 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 } |