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开发的Chrome扩展程序,该扩展的主要功能是“You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site”。

扩展截图

screenshot

下载Search Football World扩展crx文件

下载Search Football World扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}