RotMG+
Clean RotMG's official page and resize the game to fit the window.
Vad är RotMG+?
RotMG+ är en Chrome-tillägg utvecklad av http://www.nellyath.com, och dess huvudfunktion är "Clean RotMG's official page and resize the game to fit the window.".
Tilläggsskärmbilder
Ladda ner RotMG+-förlängningens CRX-fil
Ladda ner RotMG+-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
Officiell webbadress | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Beskrivning | Clean RotMG's official page and resize the game to fit the window. |
Filstorlek | 166 KB |
Antal Installationer | 238 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-04-15 |
Publiceringsdatum | 2014-04-15 |
Betyg | 4.20/5 Totalt 10 Betyg |
Utvecklare | http://www.nellyath.com |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |