HTLiveSight
A Hattrick Live Match Viewer
HTLiveSight क्या है?
HTLiveSight bigpapy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Hattrick Live Match Viewer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HTLiveSight एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |