RotMG+
Clean RotMG's official page and resize the game to fit the window.
Was ist RotMG+?
RotMG+ ist eine Chrome-Erweiterung, die von http://www.nellyath.com entwickelt wurde, und ihr Hauptmerkmal ist "Clean RotMG's official page and resize the game to fit the window.".
Erweiterungsscreenshots
RotMG+-Erweiterungs-CRX-Datei herunterladen
Laden Sie RotMG+-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
Name | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
Offizielle URL | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Beschreibung | Clean RotMG's official page and resize the game to fit the window. |
Dateigröße | 166 KB |
Installationsanzahl | 238 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2014-04-15 |
Veröffentlichungsdatum | 2014-04-15 |
Bewertung | 4.20/5 Insgesamt 10 Bewertungen |
Entwickler | http://www.nellyath.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |