HTLiveSightDEV

A Hattrick Live Match Viewer

Τι είναι το HTLiveSightDEV;

Το HTLiveSightDEV είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bigpapy, και η κύρια λειτουργία του είναι "A Hattrick Live Match Viewer".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης HTLiveSightDEV

Λήψη αρχείων επέκτασης HTLiveSightDEV σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DEV version of HTLivesight a Hattrick live match viewer, based on old livefox.
You can view your matches in a new way: you have explanations near the actions (and injury estimation), live league table, popups and sounds to notify you that something is happening in matches, even if you're doing other things on your pc!
You can also add friends, so their matches are automatically added when you launch the program!
There is also Relive feature, so you can watch your matches even if you're not at home when they're played!
We lastly add lineup updated window which show tabs for each change in lineup during the match (with player popup) and a window containing stats and ratings of each team.
This application is a browser plugin and doesn't need any installation: the only requirement is have Mozilla Firefox, Google Chrome, Opera or Firefox Android installed!
The only personal data needed is the token to exchange data from Hattrick in read only mode, this info is stored in your browser in encrypted mode.
So it's compatible with all the operating systems!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα HTLiveSightDEV HTLiveSightDEV
ID kdhjlcieaapdoincdafoepbgaidnpcmk
Επίσημο URL https://chromewebstore.google.com/detail/htlivesightdev/kdhjlcieaapdoincdafoepbgaidnpcmk
Περιγραφή A Hattrick Live Match Viewer
Μέγεθος Αρχείου 4.59 MB
Αριθμός Εγκαταστάσεων 274
Τρέχουσα Έκδοση 0.9.925
Τελευταία Ενημέρωση 2022-02-22
Ημερομηνία Δημοσίευσης 2019-09-08
Αξιολόγηση 4.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής bigpapy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://htlivesight.sourceforge.net/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTLiveSightDEV",
    "version": "0.9.925",
    "description": "A Hattrick Live Match Viewer",
    "icons": {
        "16": "skin\/16dev.png",
        "48": "skin\/48dev.png",
        "128": "skin\/128dev.png"
    },
    "browser_action": {
        "default_icon": "skin\/24dev.png",
        "default_title": "Launch HTLiveSight"
    },
    "background": {
        "scripts": [
            "content\/button\/startButton.js"
        ],
        "persistent": false
    },
    "homepage_url": "http:\/\/htlivesight.sourceforge.net",
    "incognito": "spanning",
    "minimum_chrome_version": "13",
    "options_page": "content\/settings.html",
    "permissions": [
        "notifications",
        "clipboardWrite",
        "*:\/\/chpp.hattrick.org\/*"
    ],
    "web_accessible_resources": [
        "content\/img\/foxball_32.png",
        "content\/old_img\/foxball_32.png",
        "content\/themes\/images\/bg.png",
        "skin\/128.png",
        "content\/img\/flag\/*.png"
    ]
}