RotMG+

Clean RotMG's official page and resize the game to fit the window.

O que é RotMG+?

RotMG+ é uma extensão do Chrome desenvolvida por http://www.nellyath.com, e sua principal característica é "Clean RotMG's official page and resize the game to fit the window.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RotMG+

Baixe arquivos de extensão RotMG+ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome RotMG+ RotMG+
ID hmhnbjigfdichoogkoienegkdkcdgklb
URL Oficial https://chrome.google.com/webstore/detail/rotmg+/hmhnbjigfdichoogkoienegkdkcdgklb
Descrição Clean RotMG's official page and resize the game to fit the window.
Tamanho do Arquivo 166 KB
Contagem de Instalações 238
Versão Atual 1.0.1
Última Atualização 2014-04-15
Data de Publicação 2014-04-15
Classificação 4.20/5 Total de 10 Avaliações
Desenvolvedor http://www.nellyath.com
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}