Gibiru for Chrome
This add-on extension sets gibiru.com as your default search engine and homepage.
Wat is Gibiru for Chrome?
Gibiru for Chrome is een Chrome-extensie ontwikkeld door https://gibiru.com, en de belangrijkste functie is "This add-on extension sets gibiru.com as your default search engine and homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gibiru for Chrome
Download Gibiru for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gibiru is a private search engine that offers anonymous and uncensored search engine technology.
Basisinformatie over de Extensie
Naam | |
ID | knamehgneadjnecjiigjjpnkglnoddob |
Officiële URL | https://chromewebstore.google.com/detail/gibiru-for-chrome/knamehgneadjnecjiigjjpnkglnoddob |
Beschrijving | This add-on extension sets gibiru.com as your default search engine and homepage. |
Bestandsgrootte | 203 KB |
Aantal Installaties | 4,900 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2022-06-27 |
Publicatiedatum | 2019-03-22 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://gibiru.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gibiru.com |
Ondersteunde Talen | 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" ] } ] } |