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 |
官方網址 | 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" } } |