Simple subscription management
Simple subscription management for you tube
Cos'è Simple subscription management?
Simple subscription management è un'estensione di Chrome sviluppata da wolfpoland1, e la sua funzione principale è "Simple subscription management for you tube".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Simple subscription management
Scarica i file di estensione Simple subscription management in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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]
Informazioni di Base sull'Estensione
Nome | Simple subscription management |
ID | kbgaobbeoemfoohblgglgagdgjjnppce |
URL Ufficiale | https://chromewebstore.google.com/detail/simple-subscription-manag/kbgaobbeoemfoohblgglgagdgjjnppce |
Descrizione | Simple subscription management for you tube |
Dimensione del File | 126 KB |
Conteggio Installazioni | 401 |
Versione Corrente | 0.0.3.5 |
Ultimo Aggiornamento | 2023-11-17 |
Data di Pubblicazione | 2019-01-16 |
Valutazione | 3.95/5 Totale 19 Valutazioni |
Sviluppatore | wolfpoland1 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.pkrasuski.pl/ |
Lingue Supportate | 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" ] } ] } |