HTLiveSight

A Hattrick Live Match Viewer

HTLiveSight란 무엇입니까?

HTLiveSight은(는) bigpapy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Hattrick Live Match Viewer"입니다.

확장 프로그램 스크린샷

screenshot

HTLiveSight 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}