Freshy Search
Set Freshy Search as a Default Search provider.
Freshy Search란 무엇입니까?
Freshy Search은(는) Freshy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set Freshy Search as a Default Search provider."입니다.
확장 프로그램 스크린샷
Freshy Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension updates browser Web Search provider to Freshy Search. Click on Extension icon in your Browser to Search for Web, Recipes, TV/Movies, Manuals, Templates etc. for your custom search experience. By installing this extension, you agree to the Terms of Service (https://search.freshy.com/terms-of-service.html) and Privacy Policy (https://search.freshy.com/privacy-policy.html) Permissions used & reasons: "Read and change your data on a number of websites" For our extension to work, we require access to these websites we own and manage. "Read your browsing history" This allows us to manage browser tabs and provide relevant product specific information.
확장 프로그램 기본 정보
이름 | Freshy Search |
ID | oikgbpcmdphfkhplgkfngjilemlolann |
공식 URL | https://chromewebstore.google.com/detail/freshy-search/oikgbpcmdphfkhplgkfngjilemlolann |
설명 | Set Freshy Search as a Default Search provider. |
파일 크기 | 79.57 KB |
설치 횟수 | 23,033 |
현재 버전 | 1.23.211 |
최근 업데이트 | 2023-02-15 |
출시 날짜 | 2022-01-28 |
개발자 | Freshy |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://search.freshy.com/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Freshy Search", "short_name": "FreshySearch", "description": "Set Freshy Search as a Default Search provider.", "version": "1.23.211", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Freshy Search", "default_popup": "popup\/popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Web", "is_default": true, "encoding": "UTF-8", "keyword": "search", "favicon_url": "https:\/\/search.freshysearch-api.net\/favicon.ico", "search_url": "https:\/\/search.freshysearch-api.net\/search\/{searchTerms}", "suggest_url": "https:\/\/meta.freshysearch-api.net\/sug\/?s={searchTerms}" } }, "host_permissions": [ "*:\/\/*.freshysearch-api.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/search.freshy.com\/*", "*:\/\/search.yahoo.com\/yhs\/search?hspart=tro*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "cookies", "storage", "tabs", "search", "declarativeNetRequest" ], "manifest_version": 3 } |