Time to be Hero - Assistant

Expand your possibilities in the game

Co to jest Time to be Hero - Assistant?

Time to be Hero - Assistant to rozszerzenie Chrome opracowane przez https://ttbh.online, a jego główną funkcją jest „Expand your possibilities in the game”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Time to be Hero - Assistant

Pobierz pliki rozszerzeń Time to be Hero - Assistant 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Time to be Hero - Assistant Time to be Hero - Assistant
ID apmgilhmflifijoakolkjdifnflpilbg
Oficjalny URL https://chrome.google.com/webstore/detail/time-to-be-hero-assistant/apmgilhmflifijoakolkjdifnflpilbg
Opis Expand your possibilities in the game
Rozmiar pliku 737 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.58
Ostatnia Aktualizacja 2019-12-30
Data Publikacji 2019-12-30
Ocena 4.31/5 Łącznie 196 Oceny
Deweloper https://ttbh.online
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://ttbh.online
Adres URL Strony Polityki Prywatności http://ttbh.online/eula
Obsługiwane Języki 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"
}