Search Football World

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

Cos'è Search Football World?

Search Football World è un'estensione di Chrome sviluppata da Samet Özden, e la sua funzione principale è "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Football World

Scarica i file di estensione Search Football World in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Search Football World Search Football World
ID nehbkkmhfmpeiinaklahebjfhljmmkga
URL Ufficiale https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga
Descrizione You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Dimensione del File 13.44 KB
Conteggio Installazioni 139
Versione Corrente 3
Ultimo Aggiornamento 2021-06-09
Data di Pubblicazione 2019-11-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Samet Özden
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}