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 |
电子邮箱 | [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" ] } ] } |