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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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" } |