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ファイルをダウンロード
Gibiru for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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"
]
}
]
} | |