RotMG+
Clean RotMG's official page and resize the game to fit the window.
Co to jest RotMG+?
RotMG+ to rozszerzenie Chrome opracowane przez http://www.nellyath.com, a jego główną funkcją jest „Clean RotMG's official page and resize the game to fit the window.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RotMG+
Pobierz pliki rozszerzeń RotMG+ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
Oficjalny URL | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Opis | Clean RotMG's official page and resize the game to fit the window. |
Rozmiar pliku | 166 KB |
Liczba instalacji | 238 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2014-04-15 |
Data Publikacji | 2014-04-15 |
Ocena | 4.20/5 Łącznie 10 Oceny |
Deweloper | http://www.nellyath.com |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |