Search Football World
You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Wat is Search Football World?
Search Football World is een Chrome-extensie ontwikkeld door Samet Özden, en de belangrijkste functie is "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Football World
Download Search Football World-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Using this plugin, you can easily search for the text you selected on websites such as transfermarkt, sofascore and whoscored.
Basisinformatie over de Extensie
Naam | Search Football World |
ID | nehbkkmhfmpeiinaklahebjfhljmmkga |
Officiële URL | https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga |
Beschrijving | You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site |
Bestandsgrootte | 13.44 KB |
Aantal Installaties | 139 |
Huidige Versie | 3 |
Laatst Bijgewerkt | 2021-06-09 |
Publicatiedatum | 2019-11-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Samet Özden |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |