youtube unsubscribe all
the best and easy way to unsubscribe all channels
Hvad er youtube unsubscribe all?
youtube unsubscribe all er en Chrome-udvidelse udviklet af https://meslzy.com, og dens hovedfunktion er "the best and easy way to unsubscribe all channels".
Udvidelsesskærmbilleder
Download youtube unsubscribe all-udvidelses-CRX-fil
Download youtube unsubscribe all-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Unsubscribing from all channels with one click without any troubles or requirements, just one click. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
| Beskrivelse | the best and easy way to unsubscribe all channels |
| Filstørrelse | 15.55 KB |
| Antal Installationer | 12,458 |
| Nuværende Version | 2.0.0 |
| Senest Opdateret | 2024-01-22 |
| Udgivelsesdato | 2020-07-21 |
| Bedømmelse | 4.66/5 Samlet 1119 Bedømmelser |
| Udvikler | https://meslzy.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://meslzy.com/extension/youtube-unsubscribe-all |
| Hjælpeside-URL | http://meslzy.com/contact |
| URL til Fortrolighedspolitik Side | https://www.meslzy.com/privacy-policy |
| Understøttede Sprog | 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"
}
} | |