RotMG+
Clean RotMG's official page and resize the game to fit the window.
Co je RotMG+?
RotMG+ je rozšíření Chrome vyvinuté http://www.nellyath.com, a jeho hlavní funkcí je „Clean RotMG's official page and resize the game to fit the window.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RotMG+
Stáhněte si soubory rozšíření RotMG+ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
Oficiální URL | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Popis | Clean RotMG's official page and resize the game to fit the window. |
Velikost souboru | 166 KB |
Počet instalací | 238 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2014-04-15 |
Datum Vydání | 2014-04-15 |
Hodnocení | 4.20/5 Celkem 10 Hodnocení |
Vývojář | http://www.nellyath.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |