Time to be Hero - Assistant

Expand your possibilities in the game

什么是Time to be Hero - Assistant?

Time to be Hero - Assistant是由https://ttbh.online开发的Chrome扩展程序,该扩展的主要功能是“Expand your possibilities in the game”。

扩展截图

screenshot
screenshot
screenshot

下载Time to be Hero - Assistant扩展crx文件

下载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.                    

扩展基本信息

名称 Time to be Hero - Assistant Time to be Hero - Assistant
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"
}