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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |