HTnini
Use hattrick players avatars to create your best albums!
HTnini란 무엇입니까?
HTnini은(는) Telesphore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use hattrick players avatars to create your best albums!"입니다.
확장 프로그램 스크린샷
HTnini 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You have an album with several pages and need to stick players, trainer and HoF on it to get points. Get new cards everyday and share your albums with friends! Have fun with this Hattrick CHPP app :)
확장 프로그램 기본 정보
이름 | HTnini |
ID | nenflolfcmpfejdelljajnleghondpoa |
공식 URL | https://chromewebstore.google.com/detail/htnini/nenflolfcmpfejdelljajnleghondpoa |
설명 | Use hattrick players avatars to create your best albums! |
파일 크기 | 7.66 MB |
설치 횟수 | 900 |
현재 버전 | 2.17 |
최근 업데이트 | 2024-02-20 |
출시 날짜 | 2020-06-22 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | Telesphore |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTnini", "version": "2.17", "description": "Use hattrick players avatars to create your best albums!", "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" }, "default_title": "HTnini - Create albums with Hattrick players avatars" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.hattrick.org\/*", "*:\/\/htnini.eu\/*" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "htnini.css", "foils\/*", "payment.js" ], "matches": [ "http:\/\/*.hattrick.org\/*", "https:\/\/*.hattrick.org\/*" ] } ], "background": { "service_worker": "worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/htnini.eu\/*" ], "js": [ "site.js" ] }, { "matches": [ "http:\/\/*.hattrick.org\/*", "https:\/\/*.hattrick.org\/*" ], "js": [ "jquery.min.js", "purify.min.js", "moment.min.js", "moment-timezone.min.js", "html2canvas.min.js", "jspdf.umd.min.js", "wheel.min.js", "tweenmax.min.js", "tourguide.min.js", "interact.min.js", "base64.js", "queue.js", "i18n.js", "anniversary.js", "htplayers.js", "albums.js", "seasons.js", "cards.js", "changelog.js", "rules.js", "marketplace.js", "shop.js", "records.js", "barter.js", "finance.js", "settings.js", "achievement.js", "goldenticket.js", "silverticket.js", "artifact.js", "rewards.js", "christmas.js", "foils.js", "store.js", "battle.js", "htnini.js" ] } ] } |