Gibiru for Chrome
This add-on extension sets gibiru.com as your default search engine and homepage.
Gibiru for Chromeคืออะไร?
Gibiru for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gibiru.com และคุณลักษณะหลักของมันคือ "This add-on extension sets gibiru.com as your default search engine and homepage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gibiru for Chrome
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |