youtube unsubscribe all
the best and easy way to unsubscribe all channels
Wat is youtube unsubscribe all?
youtube unsubscribe all is een Chrome-extensie ontwikkeld door https://meslzy.com, en de belangrijkste functie is "the best and easy way to unsubscribe all channels".
Extensie Screenshots
Download het CRX-bestand van de extensie youtube unsubscribe all
Download youtube unsubscribe all-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Unsubscribing from all channels with one click without any troubles or requirements, just one click. Basisinformatie over de Extensie
| Naam | |
| ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
| Beschrijving | the best and easy way to unsubscribe all channels |
| Bestandsgrootte | 15.55 KB |
| Aantal Installaties | 12,458 |
| Huidige Versie | 2.0.0 |
| Laatst Bijgewerkt | 2024-01-22 |
| Publicatiedatum | 2020-07-21 |
| Beoordeling | 4.66/5 Totaal 1119 Beoordelingen |
| Ontwikkelaar | https://meslzy.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://meslzy.com/extension/youtube-unsubscribe-all |
| Help Pagina-URL | http://meslzy.com/contact |
| URL van de Privacybeleid Pagina | https://www.meslzy.com/privacy-policy |
| Ondersteunde Talen | 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"
}
} | |