Search Football World
You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
What is Search Football World?
Search Football World is a Chrome extension developed by Samet Özden, and its main feature is "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".
Extension Screenshots
Download Search Football World Extension CRX File
Download Search Football World extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Using this plugin, you can easily search for the text you selected on websites such as transfermarkt, sofascore and whoscored.
Extension Basic Information
Name | Search Football World |
ID | nehbkkmhfmpeiinaklahebjfhljmmkga |
Official URL | https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga |
Description | You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site |
File Size | 13.44 KB |
Installation Count | 139 |
Current Version | 3 |
Last Updated | 2021-06-09 |
Publish Date | 2019-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Samet Özden |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |