Mister MV
Soyez au courant quand Mister MV commence à streamer!
Cos'è Mister MV?
Mister MV è un'estensione di Chrome sviluppata da Ulas ATILA, e la sua funzione principale è "Soyez au courant quand Mister MV commence à streamer!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mister MV
Scarica i file di estensione Mister MV 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 au courant quand Mister MV commence à streamer! L'icone de l'extension passe au vert quand Mister MV est en live sur gaming live ou sur twitch. Cliquer sur le bouton quand mistermv stream ouvre un onglet vers le live. Développée par Ulas Atila - Pour toute réclamation de fonctionnalité, vous pouvez me contacter sur mon twitter @ulas_atila.
Informazioni di Base sull'Estensione
Nome | |
ID | bkgpjoaifagkldleadadhhhepnajbjlf |
URL Ufficiale | https://chrome.google.com/webstore/detail/mister-mv/bkgpjoaifagkldleadadhhhepnajbjlf |
Descrizione | Soyez au courant quand Mister MV commence à streamer! |
Dimensione del File | 106 KB |
Conteggio Installazioni | 134 |
Versione Corrente | 2.3.0 |
Ultimo Aggiornamento | 2015-04-03 |
Data di Pubblicazione | 2015-04-03 |
Valutazione | 4.15/5 Totale 13 Valutazioni |
Sviluppatore | Ulas ATILA |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mister MV", "description": "Soyez au courant quand Mister MV commence \u00e0 streamer!", "version": "2.3.0", "background": { "scripts": [ "jquery.min.js", "parameters.js", "background.js", "chrome.js" ] }, "permissions": [ "https:\/\/api.twitch.tv\/", "https:\/\/api.dailymotion.com\/", "http:\/\/ulas-atila.com\/", "notifications" ], "browser_action": { "default_icon": "iconoff48.png" }, "icons": { "16": "iconoff16.png", "48": "iconoff48.png", "128": "iconoff128.png" } } |