Youtube filter(hide watched)
Adds a filter to remove watched videos
Youtube filter(hide watched)とは何ですか?
Youtube filter(hide watched)はtpogihによって開発されたChromeの拡張機能で、その主な機能は「Adds a filter to remove watched videos」です。
拡張機能のスクリーンショット
Youtube filter(hide watched)拡張機能のCRXファイルをダウンロード
Youtube filter(hide watched)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Removes watched videos from the list. You can easily find new videos on your favorite channel.
拡張機能の基本情報
名前 | |
ID | bdaeelkaallcpnhkdcenggcakegmejim |
公式URL | https://chrome.google.com/webstore/detail/youtube%C2%A0filterhide-watche/bdaeelkaallcpnhkdcenggcakegmejim |
説明 | Adds a filter to remove watched videos |
ファイルサイズ | 880 KB |
インストール数 | 74 |
現在のバージョン | 1.0.16 |
最終更新日 | 2022-09-07 |
公開日 | 2021-02-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | tpogih |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | de,en,es,pt-PT,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.0.16", "default_locale": "en", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js" ], "css": [ "css\/append.css" ] } ] } |