Eco Search
Eco Search Default Search
Eco Search란 무엇입니까?
Eco Search은(는) http://ecosearch.club에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eco Search Default Search"입니다.
확장 프로그램 스크린샷
Eco Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Convenient browsing tool by Eco Search. This extension lets you browse the web and get easy access to search, images and videos. Eco Search configures your Default Search setting and lets you search through Eco Search! By clicking "Add to chrome", I accept and agree to installing 'Eco Search' and setting Chrome Default Search to that provided by the service and the Terms of Use and Privacy Policy Terms of Use: https://www.ecosearch.club/terms.html Privacy Policy: https://www.ecosearch.club/privacy-policy.html Permissions used & reasons: "Read and change your data on a number of websites" For our product to work, we require access to the websites we own and manage. "Read your browsing history" This allows us to tailor product specific content or offers towards relevant information.
확장 프로그램 기본 정보
이름 | |
ID | cophkbeleiofibpbjnbihnchapldkmbi |
공식 URL | https://chrome.google.com/webstore/detail/eco-search/cophkbeleiofibpbjnbihnchapldkmbi |
설명 | Eco Search Default Search |
파일 크기 | 65.36 KB |
설치 횟수 | 5,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-02-03 |
출시 날짜 | 2020-04-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | http://ecosearch.club |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.ecosearch.club/privacy-policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eco Search", "description": "Eco Search Default Search", "version": "1.2", "manifest_version": 2, "permissions": [ "*:\/\/*.ecosearch.club\/*", "tabs", "webRequest", "webRequestBlocking", "storage", "cookies" ], "content_scripts": [ { "js": [ "common\/contentscript.js" ], "matches": [ "*:\/\/*.ecosearch.club\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "release\/browseraction_release.js" ] }, "browser_action": { "default_icon": "img\/logo_48x.png", "default_title": "EcoSearch", "default_popup": "pages\/popup.html" }, "chrome_settings_overrides": { "search_provider": { "name": "Eco", "keyword": "https:\/\/www.ecosearch.club\/search.aspx", "search_url": "https:\/\/search.ecosearch.club\/chrome\/newtab\/search.aspx?q={searchTerms}&src=ds&pid=eco&v=1.2&gid=221", "suggest_url": "https:\/\/www.ecosearch.club\/ntapi\/suggestions\/rd?q={searchTerms}", "search_url_post_params": "", "favicon_url": "https:\/\/www.ecosearch.club\/img\/search.png", "encoding": "UTF-8", "is_default": true } }, "icons": { "128": "img\/logo_128x.png", "16": "img\/logo_16x.png", "48": "img\/logo_48x.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |