Search Football World

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

Search Football World क्या है?

Search Football World Samet Özden द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Football World एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        ]
    }
}