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”。
擴展截圖
下載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 |
ID | nehbkkmhfmpeiinaklahebjfhljmmkga |
官方網址 | 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" ] } } |