ShibaSearch Chatverse
ShibaSearch Extension
Wat is ShibaSearch Chatverse?
ShibaSearch Chatverse is een Chrome-extensie ontwikkeld door https://shibasearch.com, en de belangrijkste functie is "ShibaSearch Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie ShibaSearch Chatverse
Download ShibaSearch Chatverse-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
Officiële URL | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Beschrijving | ShibaSearch Extension |
Bestandsgrootte | 145 KB |
Aantal Installaties | 200 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2021-12-21 |
Publicatiedatum | 2021-11-18 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://shibasearch.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://shibasearch.com/privacy |
Ondersteunde Talen | 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" } } |