ShibaSearch Chatverse
ShibaSearch Extension
O que é ShibaSearch Chatverse?
ShibaSearch Chatverse é uma extensão do Chrome desenvolvida por https://shibasearch.com, e sua principal característica é "ShibaSearch Extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShibaSearch Chatverse
Baixe arquivos de extensão ShibaSearch Chatverse no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
URL Oficial | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Descrição | ShibaSearch Extension |
Tamanho do Arquivo | 145 KB |
Contagem de Instalações | 200 |
Versão Atual | 1.6 |
Última Atualização | 2021-12-21 |
Data de Publicação | 2021-11-18 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | https://shibasearch.com |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://shibasearch.com/privacy |
Idiomas Suportados | 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" } } |