Time to be Hero - Assistant

Expand your possibilities in the game

Time to be Hero - Assistant क्या है?

Time to be Hero - Assistant https://ttbh.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand your possibilities in the game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time to be Hero - Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "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"
}