HT Studies
Carry out studies for Hattrick online game
HT Studies là gì?
HT Studies là một tiện ích mở rộng Chrome được phát triển bởi PiGo, và tính năng chính của nó là "Carry out studies for Hattrick online game".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HT Studies
Tải xuống các tệp mở rộng HT Studies dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HT Studies |
ID | ipoggboabbhcfhlpdfkkaoflfikjijgm |
URL Chính Thức | https://chromewebstore.google.com/detail/ht-studies/ipoggboabbhcfhlpdfkkaoflfikjijgm |
Mô tả | Carry out studies for Hattrick online game |
Kích Thước Tệp | 359 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.1.10 |
Cập Nhật Lần Cuối | 2022-03-01 |
Ngày Phát Hành | 2022-01-11 |
Nhà Phát Triển | PiGo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://htstudies.alwaysdata.net |
URL Trang Chính Sách Bảo Mật | https://htstudies.alwaysdata.net/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |