IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

ما هو IT'S FOOTBALL؟

IT'S FOOTBALL هو إضافة Chrome تم تطويرها بواسطة Munad Hasan، والميزة الرئيسية لها هي "It automatically replace 'SOCCER' with 'FOOTBALL'.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة IT'S FOOTBALL

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

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

                        Are you annoyed of watching the word 'SOCCER'? Then this extension is for you. All you have to do is download the extension and it will automatically replace all the 'SOCCER' with 'FOOTBALL' in your browser.                    

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

الاسم IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
عنوان URL الرسمي https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
الوصف It automatically replace 'SOCCER' with 'FOOTBALL'.
حجم الملف 248 KB
عدد التثبيتات 89
النسخة الحالية 2.4
آخر تحديث 2023-03-25
تاريخ النشر 2023-02-14
تقييم 5.00/5 مجموع تقييمات 14
المطور Munad Hasan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IT'S FOOTBALL",
    "version": "2.4",
    "author": "Munad Hasan",
    "icons": {
        "128": "icon.png"
    },
    "description": "It automatically replace 'SOCCER' with 'FOOTBALL'.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}