Simple subscription management
Simple subscription management for you tube
Wat is Simple subscription management?
Simple subscription management is een Chrome-extensie ontwikkeld door wolfpoland1, en de belangrijkste functie is "Simple subscription management for you tube".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple subscription management
Download Simple subscription management-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
I created this extension because I need a fast way to find a channel that I need in that moment. Using stock youtube search is hard. This extension brings more a single page experience to save your time and let you be more productive.
This addon is open soruce, check the source code here: https://github.com/wolfpoland/ssm
Checkout my website to contact me: https://www.pkrasuski.pl/
Any problem please report on this mail: [email protected] Basisinformatie over de Extensie
| Naam | |
| ID | kbgaobbeoemfoohblgglgagdgjjnppce |
| Officiële URL | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
| Beschrijving | Simple subscription management for you tube |
| Bestandsgrootte | 126 KB |
| Aantal Installaties | 401 |
| Huidige Versie | 0.0.3.5 |
| Laatst Bijgewerkt | 2023-11-17 |
| Publicatiedatum | 2019-01-16 |
| Beoordeling | 3.95/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | wolfpoland1 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.pkrasuski.pl/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple subscription management",
"description": "Simple subscription management for you tube",
"version": "0.0.3.5",
"manifest_version": 3,
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"bundle.js"
]
}
]
} | |