Esportal Pro
Enhances the experience on esportal.com
什麼是Esportal Pro?
Esportal Pro是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Enhances the experience on esportal.com”。
擴展截圖
下載Esportal Pro擴展crx文件
下載Esportal Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } ] } |