HT Studies
Carry out studies for Hattrick online game
Was ist HT Studies?
HT Studies ist eine Chrome-Erweiterung, die von PiGo entwickelt wurde, und ihr Hauptmerkmal ist "Carry out studies for Hattrick online game".
Erweiterungsscreenshots
HT Studies-Erweiterungs-CRX-Datei herunterladen
Laden Sie HT Studies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | ipoggboabbhcfhlpdfkkaoflfikjijgm | 
| Offizielle URL | https://chromewebstore.google.com/detail/ht-studies/ipoggboabbhcfhlpdfkkaoflfikjijgm | 
| Beschreibung | Carry out studies for Hattrick online game | 
| Dateigröße | 359 KB | 
| Installationsanzahl | 90 | 
| Aktuelle Version | 0.1.10 | 
| Letztes Update | 2022-03-01 | 
| Veröffentlichungsdatum | 2022-01-11 | 
| Entwickler | PiGo | 
| [email protected] | |
| Zahlungsart | free | 
| Erweiterungswebsite | https://htstudies.alwaysdata.net | 
| URL der Datenschutzrichtlinien-Seite | https://htstudies.alwaysdata.net/privacy | 
| Unterstützte Sprachen | 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\/*"
    ]
}  |  |