Time to be Hero - Assistant
Expand your possibilities in the game
Apa itu Time to be Hero - Assistant?
Time to be Hero - Assistant adalah ekstensi Chrome yang dikembangkan oleh https://ttbh.online, dan fitur utamanya adalah "Expand your possibilities in the game".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Time to be Hero - Assistant
Unduh file ekstensi Time to be Hero - Assistant dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
"Assistant" is a helper program for online game «Time to be Hero». Now you can always be online and help to your friends.
Informasi Dasar Ekstensi
Nama | |
ID | apmgilhmflifijoakolkjdifnflpilbg |
URL Resmi | https://chrome.google.com/webstore/detail/time-to-be-hero-assistant/apmgilhmflifijoakolkjdifnflpilbg |
Deskripsi | Expand your possibilities in the game |
Ukuran File | 737 KB |
Jumlah Instalasi | 2,000 |
Versi Saat Ini | 1.0.58 |
Terakhir Diperbarui | 2019-12-30 |
Tanggal Publikasi | 2019-12-30 |
Penilaian | 4.31/5 Total 196 Penilaian |
Pengembang | https://ttbh.online |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://ttbh.online |
URL Halaman Kebijakan Privasi | http://ttbh.online/eula |
Bahasa yang Didukung | 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" } |