HTLiveSight

A Hattrick Live Match Viewer

什麼是HTLiveSight?

HTLiveSight是由bigpapy開發的Chrome擴展程式,該擴展的主要功能是“A Hattrick Live Match Viewer”。

擴展截圖

screenshot

下載HTLiveSight擴展crx文件

下載HTLiveSight擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        HTLiveSight is an 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!
So it's compatible with all the operating systems!                    

擴展基本資訊

名稱 HTLiveSight HTLiveSight
ID fjfikobolngccfbnkdicanbgacnldadb
官方網址 https://chromewebstore.google.com/detail/htlivesight/fjfikobolngccfbnkdicanbgacnldadb
簡介 A Hattrick Live Match Viewer
檔案大小 4.59 MB
安裝次數 1,332
目前版本 0.9.5
更新時間 2022-04-10
上架時間 2019-09-16
評分 4.83/5 共 6 次評分
開發者 bigpapy
電子郵箱 [email protected]
付費類型 free
擴展官網 http://htlivesight.sourceforge.net/
說明頁面URL http://htlivesight.sourceforge.net/wiki.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTLiveSight",
    "version": "0.9.5",
    "description": "A Hattrick Live Match Viewer",
    "icons": {
        "16": "skin\/16stable.png",
        "48": "skin\/48stable.png",
        "128": "skin\/128stable.png"
    },
    "browser_action": {
        "default_icon": "skin\/24stable.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\/128stable.png",
        "content\/img\/flag\/*.png"
    ]
}