Gibiru for Chrome
This add-on extension sets gibiru.com as your default search engine and homepage.
What is Gibiru for Chrome?
Gibiru for Chrome is a Chrome extension developed by https://gibiru.com, and its main feature is "This add-on extension sets gibiru.com as your default search engine and homepage.".
Extension Screenshots
Download Gibiru for Chrome Extension CRX File
Download Gibiru for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Gibiru is a private search engine that offers anonymous and uncensored search engine technology.
Extension Basic Information
Name | |
ID | knamehgneadjnecjiigjjpnkglnoddob |
Official URL | https://chromewebstore.google.com/detail/gibiru-for-chrome/knamehgneadjnecjiigjjpnkglnoddob |
Description | This add-on extension sets gibiru.com as your default search engine and homepage. |
File Size | 203 KB |
Installation Count | 4,900 |
Current Version | 1.0.5 |
Last Updated | 2022-06-27 |
Publish Date | 2019-03-22 |
Rating | 4.25/5 Total 8 Ratings |
Developer | https://gibiru.com |
[email protected] | |
Payment Type | free |
Extension Website | https://gibiru.com |
Supported Languages | 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" ] } ] } |