HT Studies
Carry out studies for Hattrick online game
Cos'è HT Studies?
HT Studies è un'estensione di Chrome sviluppata da PiGo, e la sua funzione principale è "Carry out studies for Hattrick online game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HT Studies
Scarica i file di estensione HT Studies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | ipoggboabbhcfhlpdfkkaoflfikjijgm |
| URL Ufficiale | https://chromewebstore.google.com/detail/ht-studies/ipoggboabbhcfhlpdfkkaoflfikjijgm |
| Descrizione | Carry out studies for Hattrick online game |
| Dimensione del File | 359 KB |
| Conteggio Installazioni | 90 |
| Versione Corrente | 0.1.10 |
| Ultimo Aggiornamento | 2022-03-01 |
| Data di Pubblicazione | 2022-01-11 |
| Sviluppatore | PiGo |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://htstudies.alwaysdata.net |
| URL della Pagina della Politica sulla Privacy | https://htstudies.alwaysdata.net/privacy |
| Lingue Supportate | 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\/*"
]
} | |