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 |
官方網址 | 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 } |