theSHEDteam
Shows current team members who are streaming
Cos'è theSHEDteam?
theSHEDteam è un'estensione di Chrome sviluppata da https://www.theshedteam.com, e la sua funzione principale è "Shows current team members who are streaming".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione theSHEDteam
Scarica i file di estensione theSHEDteam 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
This extension shows a live list of theSHED streamers currently on MIXER and Twitch
Informazioni di Base sull'Estensione
Nome | |
ID | fgijkobneekkpepboilhdjcokecmllcg |
URL Ufficiale | https://chromewebstore.google.com/detail/theshedteam/fgijkobneekkpepboilhdjcokecmllcg |
Descrizione | Shows current team members who are streaming |
Dimensione del File | 9.97 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-04-22 |
Data di Pubblicazione | 2019-04-21 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | https://www.theshedteam.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://theshedteam.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "theSHEDteam", "description": "Shows current team members who are streaming", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "management", "activeTab", "storage" ] } |