Esportal Pro
Enhances the experience on esportal.com
Apa itu Esportal Pro?
Esportal Pro adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Enhances the experience on esportal.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Esportal Pro
Unduh file ekstensi Esportal Pro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Esportal Pro |
ID | canfhblhenpejbnnkmlppkkacnjafpma |
URL Resmi | https://chromewebstore.google.com/detail/esportal-pro/canfhblhenpejbnnkmlppkkacnjafpma |
Deskripsi | Enhances the experience on esportal.com |
Ukuran File | 50.36 KB |
Jumlah Instalasi | 83 |
Versi Saat Ini | 0.0.0.8 beta |
Terakhir Diperbarui | 2022-04-27 |
Tanggal Publikasi | 2021-10-31 |
Pengembang | Unknown |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } ] } |