RotMG+
Clean RotMG's official page and resize the game to fit the window.
Cos'è RotMG+?
RotMG+ è un'estensione di Chrome sviluppata da http://www.nellyath.com, e la sua funzione principale è "Clean RotMG's official page and resize the game to fit the window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RotMG+
Scarica i file di estensione RotMG+ 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
Informazioni di Base sull'Estensione
Nome | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
URL Ufficiale | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Descrizione | Clean RotMG's official page and resize the game to fit the window. |
Dimensione del File | 166 KB |
Conteggio Installazioni | 238 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2014-04-15 |
Data di Pubblicazione | 2014-04-15 |
Valutazione | 4.20/5 Totale 10 Valutazioni |
Sviluppatore | http://www.nellyath.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RotMG+", "description": "Clean RotMG's official page and resize the game to fit the window.", "version": "1.0.1", "page_action": { "default_icon": "icon.png", "default_title": "RotMG+" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.realmofthemadgod.com\/" ], "js": [ "jquery.js", "content.js" ] } ] } |