youtube unsubscribe all
the best and easy way to unsubscribe all channels
youtube unsubscribe allとは何ですか?
youtube unsubscribe allはhttps://meslzy.comによって開発されたChromeの拡張機能で、その主な機能は「the best and easy way to unsubscribe all channels」です。
拡張機能のスクリーンショット
youtube unsubscribe all拡張機能のCRXファイルをダウンロード
youtube unsubscribe all拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Unsubscribing from all channels with one click without any troubles or requirements, just one click.
拡張機能の基本情報
名前 | youtube unsubscribe all |
ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
公式URL | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
説明 | the best and easy way to unsubscribe all channels |
ファイルサイズ | 15.55 KB |
インストール数 | 12,458 |
現在のバージョン | 2.0.0 |
最終更新日 | 2024-01-22 |
公開日 | 2020-07-21 |
評価 | 4.66/5 合計 1119 レビュー |
開発者 | https://meslzy.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://meslzy.com/extension/youtube-unsubscribe-all |
ヘルプページのURL | http://meslzy.com/contact |
プライバシーポリシーページのURL | https://www.meslzy.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "youtube unsubscribe all", "description": "the best and easy way to unsubscribe all channels", "version": "2.0.0", "action": { "default_popup": "index.html", "default_icon": "assets\/icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/www.youtube.com\/feed\/channels" ], "js": [ "source\/content.js" ] } ], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "96": "assets\/icon96.png", "128": "assets\/icon128.png" } } |