Search Football World

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

Qu'est-ce que Search Football World ?

Search Football World est une extension Chrome développée par Samet Özden, et sa fonction principale est "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search Football World

Téléchargez les fichiers d'extension Search Football World au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Search Football World Search Football World
ID nehbkkmhfmpeiinaklahebjfhljmmkga
URL Officiel https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga
Description You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Taille du Fichier 13.44 KB
Nombre d'Installations 139
Version Actuelle 3
Dernière Mise à Jour 2021-06-09
Date de Publication 2019-11-25
Évaluation 5.00/5 Total 1 Évaluations
Développeur Samet Özden
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}