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