Footy Mate

Football league tables, fixtures and results

ما هو Footy Mate؟

Footy Mate هو إضافة Chrome تم تطويرها بواسطة https://footymate.co.uk، والميزة الرئيسية لها هي "Football league tables, fixtures and results".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Footy Mate

قم بتنزيل ملفات الامتداد Footy Mate بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        The perfect free extension for any football fan.

Features:
- View league tables (Premier League, Chamionship, League 1 and 2, National League and top European Leagues)
- View cup competitions (Champions League, FA Cup, League Cup)
- View fixtures + results
- View live scores
- Watch highlights (where available)
- TV schedule info (show which channels a fixture is broadcasting on)

Extra Features (requires free account)
- View team details
- Choose your team to get fixtures, scores, league snippets and more
- No more spoilers - hide scores
- Customize team names and icons

*** FEATURE REQUESTS ***
I am always open to adding more features - please feel free to contact me at https://twitter.com/RussFromFrom

*** FREE ACCOUNT ***
Create your free account at https://www.footymate.co.uk/register                    

معلومات أساسية عن التمديد

الاسم Footy Mate Footy Mate
ID dhjfldkibojchdhkldmekblohcmflgjn
عنوان URL الرسمي https://chromewebstore.google.com/detail/footy-mate/dhjfldkibojchdhkldmekblohcmflgjn
الوصف Football league tables, fixtures and results
حجم الملف 925 KB
عدد التثبيتات 3,000
النسخة الحالية 1.8.5
آخر تحديث 2023-10-04
تاريخ النشر 2022-08-24
تقييم 5.00/5 مجموع تقييمات 11
المطور https://footymate.co.uk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.footymate.co.uk
عنوان صفحة المساعدة https://www.footymate.co.uk
عنوان صفحة سياسة الخصوصية https://www.kinorogames.co.uk/privacy-policy
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Footy Mate",
    "short_name": "FootyMate",
    "description": "Football league tables, fixtures and results",
    "homepage_url": "http:\/\/chrome.google.com\/webstore",
    "version": "1.8.5",
    "version_name": "1.8.5",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/assets\/icon-16.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/assets\/icon-16.png",
            "48": "\/assets\/icon-48.png",
            "128": "\/assets\/icon-128.png"
        },
        "default_title": "Footy Mate",
        "default_popup": "index.html"
    }
}