Time to be Hero - Assistant

Expand your possibilities in the game

O que é Time to be Hero - Assistant?

Time to be Hero - Assistant é uma extensão do Chrome desenvolvida por https://ttbh.online, e sua principal característica é "Expand your possibilities in the game".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time to be Hero - Assistant

Baixe arquivos de extensão Time to be Hero - Assistant 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

                        "Assistant" is a helper program for online game «Time to be Hero». Now you can always be online and help to your friends.                    

Informações Básicas da Extensão

Nome Time to be Hero - Assistant Time to be Hero - Assistant
ID apmgilhmflifijoakolkjdifnflpilbg
URL Oficial https://chrome.google.com/webstore/detail/time-to-be-hero-assistant/apmgilhmflifijoakolkjdifnflpilbg
Descrição Expand your possibilities in the game
Tamanho do Arquivo 737 KB
Contagem de Instalações 2,000
Versão Atual 1.0.58
Última Atualização 2019-12-30
Data de Publicação 2019-12-30
Classificação 4.31/5 Total de 196 Avaliações
Desenvolvedor https://ttbh.online
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://ttbh.online
URL da Página de Política de Privacidade http://ttbh.online/eula
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_title__",
    "short_name": "TimeToBeHero",
    "description": "__MSG_app_desc__",
    "homepage_url": "https:\/\/ttbh.online\/",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "__MSG_app_title__",
        "default_popup": "p.html"
    },
    "background": {
        "scripts": [
            "b.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "c.js"
            ],
            "matches": [
                "*:\/\/timetobehero.ru\/*",
                "*:\/\/www.timetobehero.ru\/*",
                "*:\/\/timetobehero.com\/*",
                "*:\/\/www.timetobehero.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "js\/*",
        "sound\/*"
    ],
    "permissions": [
        "*:\/\/*.timetobehero.ru\/*",
        "*:\/\/*.timetobehero.com\/*",
        "contextMenus",
        "storage",
        "idle",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ttbh.online\/*",
            "*:\/\/*.timetobehero.com\/*",
            "*:\/\/*.timetobehero.ru\/*"
        ]
    },
    "version": "1.0.58"
}