Search Football World

You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site

ما هو Search Football World؟

Search Football World هو إضافة Chrome تم تطويرها بواسطة Samet Özden، والميزة الرئيسية لها هي "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".

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

screenshot

تحميل ملف CRX للإضافة Search Football World

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

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

                        Using this plugin, you can easily search for the text you selected on websites such as transfermarkt, sofascore and whoscored.                    

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

الاسم Search Football World Search Football World
ID nehbkkmhfmpeiinaklahebjfhljmmkga
عنوان URL الرسمي https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga
الوصف You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
حجم الملف 13.44 KB
عدد التثبيتات 139
النسخة الحالية 3
آخر تحديث 2021-06-09
تاريخ النشر 2019-11-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Samet Özden
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Samet \u00d6zden",
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site",
    "browser_action": {
        "default_icon": "img\/icon48.png",
        "icons": [
            "img\/icon48.png"
        ]
    },
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Search Football World",
    "version": "3",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}