Moreba

Behind the scenes and more!

O que é Moreba?

Moreba é uma extensão do Chrome desenvolvida por https://moreba.club, e sua principal característica é "Behind the scenes and more!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Moreba

Baixe arquivos de extensão Moreba 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

                        Features:

- Stops Torebas cameras from freezing/crashing
- Hide maintenance and restocking screens, so you can see behind the scenes!
- Remove the distracting scrolling ticker at the bottom of the play screen.
- Auto-queue during maintenance & restocking                    

Informações Básicas da Extensão

Nome Moreba Moreba
ID eheahakaengdijmkoeegphbnlgphlfii
URL Oficial https://chromewebstore.google.com/detail/moreba/eheahakaengdijmkoeegphbnlgphlfii
Descrição Behind the scenes and more!
Tamanho do Arquivo 99.09 KB
Contagem de Instalações 866
Versão Atual 1.43
Última Atualização 2020-10-08
Data de Publicação 2020-03-31
Classificação 4.22/5 Total de 9 Avaliações
Desenvolvedor https://moreba.club
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://moreba.club
URL da Página de Política de Privacidade http://moreba.club/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Moreba",
    "version": "1.43",
    "description": "Behind the scenes and more!",
    "icons": {
        "128": "morebamain.png"
    },
    "web_accessible_resources": [
        "*.css",
        "*.js",
        "*.png",
        "*.gif",
        "*.jpg",
        "aprilfools\/*"
    ],
    "permissions": [
        "*:\/\/*.toreba.net\/*",
        "webNavigation",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "Change Options for Moreba",
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "toreba_bts.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "toreba_redirect.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.toreba.net\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "aprilfools.js"
            ]
        }
    ]
}