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 |
Eメール | [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 } |