Gibiru for Chrome
This add-on extension sets gibiru.com as your default search engine and homepage.
Gibiru for Chrome란 무엇입니까?
Gibiru for Chrome은(는) https://gibiru.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This add-on extension sets gibiru.com as your default search engine and homepage."입니다.
확장 프로그램 스크린샷
Gibiru for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Gibiru is a private search engine that offers anonymous and uncensored search engine technology.
확장 프로그램 기본 정보
이름 | |
ID | knamehgneadjnecjiigjjpnkglnoddob |
공식 URL | https://chromewebstore.google.com/detail/gibiru-for-chrome/knamehgneadjnecjiigjjpnkglnoddob |
설명 | This add-on extension sets gibiru.com as your default search engine and homepage. |
파일 크기 | 203 KB |
설치 횟수 | 4,900 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2022-06-27 |
출시 날짜 | 2019-03-22 |
평점 | 4.25/5 총 8 개의 평점 |
개발자 | https://gibiru.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gibiru.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "short_name": "__MSG_short_name__", "version": "1.0.5", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "action": { "browser_style": true, "default_icon": "img\/icon48.png", "default_title": "__MSG_name__", "default_popup": "html\/gibiru.html" }, "chrome_settings_overrides": { "homepage": "https:\/\/www.gibiru.com\/?client=__MSG_client__", "search_provider": { "name": "gibiru.com", "keyword": "gibiru.com", "search_url": "https:\/\/www.gibiru.com\/results.html?q={searchTerms}&client=__MSG_client__", "favicon_url": "https:\/\/gibiru.com\/assets\/img\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "omnibox": { "keyword": "x" }, "permissions": [ "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/*.gibiru.com\/*" ], "css": [ "css\/no-popin.css" ] } ] } |