Search Football World

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

Hvad er Search Football World?

Search Football World er en Chrome-udvidelse udviklet af Samet Özden, og dens hovedfunktion er "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".

Udvidelsesskærmbilleder

screenshot

Download Search Football World-udvidelses-CRX-fil

Download Search Football World-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Search Football World Search Football World
ID nehbkkmhfmpeiinaklahebjfhljmmkga
Officiel URL https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga
Beskrivelse You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Filstørrelse 13.44 KB
Antal Installationer 139
Nuværende Version 3
Senest Opdateret 2021-06-09
Udgivelsesdato 2019-11-25
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Samet Özden
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}