ShibaSearch Chatverse
ShibaSearch Extension
Cos'è ShibaSearch Chatverse?
ShibaSearch Chatverse è un'estensione di Chrome sviluppata da https://shibasearch.com, e la sua funzione principale è "ShibaSearch Extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ShibaSearch Chatverse
Scarica i file di estensione ShibaSearch Chatverse in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
URL Ufficiale | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Descrizione | ShibaSearch Extension |
Dimensione del File | 145 KB |
Conteggio Installazioni | 200 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2021-12-21 |
Data di Pubblicazione | 2021-11-18 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://shibasearch.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://shibasearch.com/privacy |
Lingue Supportate | 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" } } |