BG3 Wiki Search
Wiki search and redirect for Baldur's Gate 3!
What is BG3 Wiki Search?
BG3 Wiki Search is a Chrome extension developed by 7hawk77, and its main feature is "Wiki search and redirect for Baldur's Gate 3!".
Extension Screenshots
Download BG3 Wiki Search Extension CRX File
Download BG3 Wiki Search 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
This is to avoid Fextralife wiki and instead use the community wiki
Extension Basic Information
Name | BG3 Wiki Search |
ID | khlgjlfifjckkagnphdipgckocpncbdm |
Official URL | https://chromewebstore.google.com/detail/bg3-wiki-search/khlgjlfifjckkagnphdipgckocpncbdm |
Description | Wiki search and redirect for Baldur's Gate 3! |
File Size | 923 KB |
Installation Count | 66 |
Current Version | 1.0.9 |
Last Updated | 2023-07-25 |
Publish Date | 2023-07-19 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 7hawk77 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/7hawk77/bg3-wiki-search |
Help Page URL | https://github.com/7hawk77/bg3-wiki-search |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BG3 Wiki Search", "version": "1.0.9", "description": "Wiki search and redirect for Baldur's Gate 3!", "author": "DAFF0D11", "manifest_version": 3, "icons": { "96": "icons\/icon_96.png", "152": "icons\/icon_152.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "declarativeNetRequest" ], "action": { "default_icon": "icons\/favicon.png", "default_title": "BG3 Wiki Search", "default_popup": "ui\/ui.html" }, "host_permissions": [ "*:\/\/baldursgate3.wiki.fextralife.com\/*", "*:\/\/bg3.wiki\/*", "https:\/\/google.com\/", "https:\/\/www.google.com\/", "https:\/\/duckduckgo.com\/", "https:\/\/www.duckduckgo.com\/" ] } |