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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |