RotMG+
Clean RotMG's official page and resize the game to fit the window.
Что такое RotMG+?
RotMG+ - это расширение Chrome, разработанное http://www.nellyath.com, и его основная функция - "Clean RotMG's official page and resize the game to fit the window.".
Снимки экрана расширения
Скачать файл CRX расширения RotMG+
Скачайте файлы расширений RotMG+ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | hmhnbjigfdichoogkoienegkdkcdgklb |
Официальный URL | https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb |
Описание | Clean RotMG's official page and resize the game to fit the window. |
Размер файла | 166 KB |
Количество установок | 238 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2014-04-15 |
Дата публикации | 2014-04-15 |
Рейтинг | 4.20/5 Всего 10 оценок |
Разработчик | http://www.nellyath.com |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |