Mistermv
Soyez au courant quand le vieux monsieur commence à streamer!
Cos'è Mistermv?
Mistermv è un'estensione di Chrome sviluppata da petitpihey, e la sua funzione principale è "Soyez au courant quand le vieux monsieur commence à streamer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mistermv
Scarica i file di estensione Mistermv 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
Soyez prévenus lors des streams du vieux monsieur !
Informazioni di Base sull'Estensione
Nome | Mistermv |
ID | mljmognchpmdaahaalcghdoijpkgllho |
URL Ufficiale | https://chromewebstore.google.com/detail/mistermv/mljmognchpmdaahaalcghdoijpkgllho |
Descrizione | Soyez au courant quand le vieux monsieur commence à streamer! |
Dimensione del File | 39.02 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 2.5.0 |
Ultimo Aggiornamento | 2019-09-11 |
Data di Pubblicazione | 2019-09-10 |
Sviluppatore | petitpihey |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mistermv", "description": "Soyez au courant quand le vieux monsieur commence \u00e0 streamer!", "version": "2.5.0", "background": { "scripts": [ "parameters.js", "btnlive.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "notifications" ], "browser_action": { "default_icon": "iconmv48.png" }, "icons": { "16": "iconmv16.png", "48": "iconmv48.png", "128": "iconmv128.png" } } |