Time to be Hero - Assistant

Expand your possibilities in the game

Time to be Hero - Assistant là gì?

Time to be Hero - Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://ttbh.online, và tính năng chính của nó là "Expand your possibilities in the game".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Time to be Hero - Assistant

Tải xuống các tệp mở rộng Time to be Hero - Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Time to be Hero - Assistant Time to be Hero - Assistant
ID apmgilhmflifijoakolkjdifnflpilbg
URL Chính Thức https://chrome.google.com/webstore/detail/time-to-be-hero-assistant/apmgilhmflifijoakolkjdifnflpilbg
Mô tả Expand your possibilities in the game
Kích Thước Tệp 737 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.58
Cập Nhật Lần Cuối 2019-12-30
Ngày Phát Hành 2019-12-30
Đánh Giá 4.31/5 Tổng số 196 Đánh Giá
Nhà Phát Triển https://ttbh.online
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://ttbh.online
URL Trang Chính Sách Bảo Mật http://ttbh.online/eula
Ngôn Ngữ Được Hỗ Trợ 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"
}