youtube unsubscribe all
the best and easy way to unsubscribe all channels
Vad är youtube unsubscribe all?
youtube unsubscribe all är en Chrome-tillägg utvecklad av https://meslzy.com, och dess huvudfunktion är "the best and easy way to unsubscribe all channels".
Tilläggsskärmbilder
Ladda ner youtube unsubscribe all-förlängningens CRX-fil
Ladda ner youtube unsubscribe all-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Unsubscribing from all channels with one click without any troubles or requirements, just one click. Grundläggande Information om Tillägg
| Namn | |
| ID | bbpkghgmcjojbljplcdehdbkgphhpemo |
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-unsubscribe-all/bbpkghgmcjojbljplcdehdbkgphhpemo |
| Beskrivning | the best and easy way to unsubscribe all channels |
| Filstorlek | 15.55 KB |
| Antal Installationer | 12,458 |
| Aktuell Version | 2.0.0 |
| Senast Uppdaterad | 2024-01-22 |
| Publiceringsdatum | 2020-07-21 |
| Betyg | 4.66/5 Totalt 1119 Betyg |
| Utvecklare | https://meslzy.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://meslzy.com/extension/youtube-unsubscribe-all |
| Hjälpsida URL | http://meslzy.com/contact |
| URL till Sekretesspolicy Sidan | https://www.meslzy.com/privacy-policy |
| Stödda Språk | 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"
}
} | |