Esportal Pro

Enhances the experience on esportal.com

ما هو Esportal Pro؟

Esportal Pro هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Enhances the experience on esportal.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Esportal Pro

قم بتنزيل ملفات الامتداد Esportal Pro بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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\/*"
            ]
        }
    ]
}