Time to be Hero - Assistant
Expand your possibilities in the game
Что такое Time to be Hero - Assistant?
Time to be Hero - Assistant - это расширение Chrome, разработанное https://ttbh.online, и его основная функция - "Expand your possibilities in the game".
Снимки экрана расширения
Скачать файл CRX расширения Time to be Hero - Assistant
Скачайте файлы расширений Time to be Hero - Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
"Assistant" is a helper program for online game «Time to be Hero». Now you can always be online and help to your friends.
Основная информация о расширении
Название | |
ID | apmgilhmflifijoakolkjdifnflpilbg |
Официальный URL | https://chrome.google.com/webstore/detail/time-to-be-hero-assistant/apmgilhmflifijoakolkjdifnflpilbg |
Описание | Expand your possibilities in the game |
Размер файла | 737 KB |
Количество установок | 2,000 |
Текущая Версия | 1.0.58 |
Последнее Обновление | 2019-12-30 |
Дата публикации | 2019-12-30 |
Рейтинг | 4.31/5 Всего 196 оценок |
Разработчик | https://ttbh.online |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://ttbh.online |
URL страницы политики конфиденциальности | http://ttbh.online/eula |
Поддерживаемые языки | 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" } |