youtube unsubscribe all
the best and easy way to unsubscribe all channels
Qu'est-ce que youtube unsubscribe all ?
youtube unsubscribe all est une extension Chrome développée par https://meslzy.com, et sa fonction principale est "the best and easy way to unsubscribe all channels".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension youtube unsubscribe all
Téléchargez les fichiers d'extension youtube unsubscribe all au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Unsubscribing from all channels with one click without any troubles or requirements, just one click.
Informations de Base sur l'Extension
Nom | youtube unsubscribe all |
ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
URL Officiel | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
Description | the best and easy way to unsubscribe all channels |
Taille du Fichier | 15.55 KB |
Nombre d'Installations | 12,458 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2024-01-22 |
Date de Publication | 2020-07-21 |
Évaluation | 4.66/5 Total 1119 Évaluations |
Développeur | https://meslzy.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://meslzy.com/extension/youtube-unsubscribe-all |
URL de la Page d'Aide | http://meslzy.com/contact |
URL de la Page de Politique de Confidentialité | https://www.meslzy.com/privacy-policy |
Langues Prises en Charge | 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" } } |