RotMG+
Clean RotMG's official page and resize the game to fit the window.
Qu'est-ce que RotMG+ ?
RotMG+ est une extension Chrome développée par http://www.nellyath.com, et sa fonction principale est "Clean RotMG's official page and resize the game to fit the window.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RotMG+
Téléchargez les fichiers d'extension RotMG+ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
URL Officiel | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Description | Clean RotMG's official page and resize the game to fit the window. |
Taille du Fichier | 166 KB |
Nombre d'Installations | 238 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-04-15 |
Date de Publication | 2014-04-15 |
Évaluation | 4.20/5 Total 10 Évaluations |
Développeur | http://www.nellyath.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |