YouTube Watch Later Cleaner
A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.
YouTube Watch Later Cleanerとは何ですか?
YouTube Watch Later Cleanerはhttps://rickblyth.comによって開発されたChromeの拡張機能で、その主な機能は「A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.」です。
拡張機能のスクリーンショット
YouTube Watch Later Cleaner拡張機能のCRXファイルをダウンロード
YouTube Watch Later Cleaner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
⚡ YouTube Watch Later Cleaner ⚡
Tired of constantly and tediously clicking to clear out your YouTube's Watch Later list? I've been there, and I built this Chrome Extension to help automate it!
With YouTube Watch Later Cleaner, effortlessly declutter your playlist in no time. Simply head over to YouTube's Watch Later list at https://www.youtube.com/playlist?list=WL and kick back as this extension does all the heavy lifting for you.
👉 Full Control at Your Fingertips!
Whether you wish to clear out a few videos or spring-clean the entire list, the choice is yours! Start or stop the cleanup process as you desire, ensuring you have complete control over your Watch Later experience.
🙌 Your Feedback Fuels Me! 🙌
If my extension brings a sigh of relief to your browsing routine, all I ask for is a review. Your feedback helps me improve and serve more users like you.
So .... say goodbye to tedious manual clear-outs and elevate your YouTube experience with YouTube Watch Later Cleaner! 拡張機能の基本情報
| 名前 | |
| ID | ammpipkidminighginhepkgnmiojgbjp |
| 公式URL | https://chromewebstore.google.com/detail/youtube-watch-later-clean/ammpipkidminighginhepkgnmiojgbjp |
| 説明 | A simple Chrome extension to clear down a cluttered YouTube's Watch Later list. |
| ファイルサイズ | 9.52 KB |
| インストール数 | 125 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2023-08-25 |
| 公開日 | 2023-08-25 |
| 評価 | 3.75/5 合計 4 レビュー |
| 開発者 | https://rickblyth.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube Watch Later Cleaner",
"version": "1.1",
"description": "A simple Chrome extension to clear down a cluttered YouTube's Watch Later list.",
"icons": {
"128": "icon.png"
},
"action": {
"default_popup": ""
},
"background": {
"service_worker": "service_worker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/playlist?list=WL*"
],
"js": [
"contentscript.js"
],
"css": [
"contentstyles.css"
]
}
]
} | |