Esportal Pro
Enhances the experience on esportal.com
Esportal Pro क्या है?
Esportal Pro Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the experience on esportal.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Esportal Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features included are currently the following - Hide live stream More features and improvements will be added continuously as the development goes further. If you have any questions or suggestions on how to improve this extension, then don't hesitate to contact me.
एक्सटेंशन की मूल जानकारी
नाम | Esportal Pro |
ID | canfhblhenpejbnnkmlppkkacnjafpma |
आधिकारिक URL | https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma |
विवरण | Enhances the experience on esportal.com |
फ़ाइल का आकार | 50.36 KB |
स्थापना संख्या | 83 |
वर्तमान संस्करण | 0.0.0.8 beta |
अंतिम अपडेट | 2022-04-27 |
प्रकाशन तिथि | 2021-10-31 |
डेवलपर | Unknown |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Esportal Pro", "description": "Enhances the experience on esportal.com", "version": "0.0.0.8", "version_name": "0.0.0.8 beta", "manifest_version": 3, "content_scripts": [ { "js": [ "main.js", "functions.js" ], "matches": [ "https:\/\/esportal.com\/*" ] } ], "icons": { "128": "images\/ep_128.png" }, "web_accessible_resources": [ { "resources": [ "images\/spinner.gif" ], "matches": [ "https:\/\/esportal.com\/*" ] } ] } |