Search4Cause
This extension sets your search engine to Search4Cause.
Search4Cause란 무엇입니까?
Search4Cause은(는) Media Arena에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets your search engine to Search4Cause."입니다.
확장 프로그램 스크린샷
Search4Cause 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click Add to Chrome to accept the terms below and set your search to Search4Cause. Important Notice! This extension changes your default search in Chrome browser to Yahoo. For more information see: https://www.search4cause.com/eula https://www.search4cause.com/privacy https://www.search4cause.com/about https://www.search4cause.com/contact
확장 프로그램 기본 정보
이름 | |
ID | nkohfnmhobgpgnhncjhoaljeegommbcd |
공식 URL | https://chrome.google.com/webstore/detail/search4cause/nkohfnmhobgpgnhncjhoaljeegommbcd |
설명 | This extension sets your search engine to Search4Cause. |
파일 크기 | 27.73 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.6.0 |
최근 업데이트 | 2020-12-02 |
출시 날짜 | 2020-08-22 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Media Arena |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.search4cause.com/ |
개인정보 보호 정책 페이지 URL | https://www.search4cause.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "name": "Search4Cause", "version": "1.6.0", "description": "This extension sets your search engine to Search4Cause.", "author": "Media Arena", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "homepage_url": "https:\/\/www.search4cause.com\/", "options_page": "options.html", "icons": { "16": "img\/16x16.png", "96": "img\/96x96.png", "128": "img\/128x128.png", "256": "img\/256x256.png" }, "browser_action": { "default_icon": { "16": "img\/16x16.png" }, "default_title": "Search 4 Cause", "default_popup": "popup.html" }, "background": { "page": "main.html", "persistent": false }, "permissions": [ "cookies", "*:\/\/*.search4cause.com\/*", "storage", "webNavigation" ], "content_security_policy": "script-src 'self'; object-src 'self'", "web_accessible_resources": [ "js\/*.js", "img\/*.png", "css\/*.css" ], "chrome_settings_overrides": { "search_provider": { "keyword": "4 Cause", "name": "4 Cause", "params": "__PARAM__", "encoding": "UTF-8", "is_default": true, "search_url": "https:\/\/searcher.search4cause.com\/query\/to?qi=1&ext=1&query={searchTerms}", "suggest_url": "https:\/\/suggestions.search4cause.com\/complete\/search?client=chrome&ie=utf-8&oe=utf-8&hl=en-US&q={searchTerms}", "favicon_url": "https:\/\/www.search4cause.com\/img\/favicon.ico" } }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_scripts": [ { "js": [ "js\/funnel.js" ], "matches": [ "*:\/\/*.search4cause.com\/typ*" ], "run_at": "document_start" } ] } |