HT Studies
Carry out studies for Hattrick online game
HT Studiesคืออะไร?
HT Studies เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PiGo และคุณลักษณะหลักของมันคือ "Carry out studies for Hattrick online game"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HT Studies
ดาวน์โหลดไฟล์ส่วนขยาย HT Studies ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add a section to the hattrick.org online game website, allowing logged-in users to view current statistical studies about the game, and to subscribe to studies of their choice.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HT Studies |
ID | ipoggboabbhcfhlpdfkkaoflfikjijgm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ht-studies/ipoggboabbhcfhlpdfkkaoflfikjijgm |
คำอธิบาย | Carry out studies for Hattrick online game |
ขนาดไฟล์ | 359 KB |
จำนวนการติดตั้ง | 90 |
เวอร์ชันปัจจุบัน | 0.1.10 |
อัปเดตครั้งล่าสุด | 2022-03-01 |
วันที่เผยแพร่ | 2022-01-11 |
ผู้พัฒนา | PiGo |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://htstudies.alwaysdata.net |
URL หน้านโยบายความเป็นส่วนตัว | https://htstudies.alwaysdata.net/privacy |
ภาษาที่รองรับ | de,en,fr,tr,es,it,ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HT Studies", "version": "0.1.10", "author": "Pierre Gobin", "default_locale": "en", "homepage_url": "https:\/\/htstudies.alwaysdata.net", "description": "__MSG_extensionDescription__", "icons": { "32": "images\/logo-32.png", "48": "images\/logo-48.png", "96": "images\/logo-96.png", "128": "images\/logo-128.png", "256": "images\/logo-256.png", "512": "images\/logo-512.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.hattrick.org\/*" ], "js": [ "browser-polyfill.min.js", "handlebars.min.js", "ht_studies.js" ], "css": [ "ht_studies.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "templates\/sidebar.html", "templates\/main.html", "images\/icons\/download_data.svg" ], "permissions": [ "https:\/\/htstudies.alwaysdata.net\/*" ] } |