ShibaSearch Chatverse
ShibaSearch Extension
What is ShibaSearch Chatverse?
ShibaSearch Chatverse is a Chrome extension developed by https://shibasearch.com, and its main feature is "ShibaSearch Extension".
Extension Screenshots
Download ShibaSearch Chatverse Extension CRX File
Download ShibaSearch Chatverse 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
Stay up to date with the price of Shiba Inu token, circulating supply, market cap, and current burned amount by this community driven project. This extension also sets your homepage to Shiba Search which has the same search engine use and capabilities as the big boys. With the combined effort and support of the whole Shiba Inu community, 1 cent and beyond is finally achievable through Shiba Search. It also integrates a chat.
Extension Basic Information
Name | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
Official URL | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Description | ShibaSearch Extension |
File Size | 145 KB |
Installation Count | 200 |
Current Version | 1.6 |
Last Updated | 2021-12-21 |
Publish Date | 2021-11-18 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://shibasearch.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://shibasearch.com/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShibaSearch Chatverse", "description": "ShibaSearch Extension", "version": "1.6", "chrome_settings_overrides": { "startup_pages": [ "https:\/\/shibasearch.com\/" ], "homepage": "https:\/\/shibasearch.com\/" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "shiba.png", "default_popup": "popup.html" } } |