Search Football World
You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site
Search Football World là gì?
Search Football World là một tiện ích mở rộng Chrome được phát triển bởi Samet Özden, và tính năng chính của nó là "You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Football World
Tải xuống các tệp mở rộng Search Football World dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Using this plugin, you can easily search for the text you selected on websites such as transfermarkt, sofascore and whoscored.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Search Football World |
ID | nehbkkmhfmpeiinaklahebjfhljmmkga |
URL Chính Thức | https://chromewebstore.google.com/detail/search-football-world/nehbkkmhfmpeiinaklahebjfhljmmkga |
Mô tả | You can search sites like TransferMarkt, WhoScored and SofaScore practically without visiting the site |
Kích Thước Tệp | 13.44 KB |
Số Lần Cài Đặt | 139 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2021-06-09 |
Ngày Phát Hành | 2019-11-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Samet Özden |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |