Search Football World
You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Search Football Worldคืออะไร?
Search Football World เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Samet Özden และคุณลักษณะหลักของมันคือ "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Football World
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } } |