ShibaSearch Chatverse
ShibaSearch Extension
什么是ShibaSearch Chatverse?
ShibaSearch Chatverse是由https://shibasearch.com开发的Chrome扩展程序,该扩展的主要功能是“ShibaSearch Extension”。
扩展截图
下载ShibaSearch Chatverse扩展crx文件
下载ShibaSearch Chatverse扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
官方URL | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
简介 | ShibaSearch Extension |
文件大小 | 145 KB |
安装次数 | 200 |
当前版本 | 1.6 |
更新时间 | 2021-12-21 |
上架时间 | 2021-11-18 |
评分 | 5.00/5 共7次评分 |
开发者 | https://shibasearch.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://shibasearch.com/privacy |
支持的语言 | 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" } } |