ShibaSearch Chatverse
ShibaSearch Extension
Co to jest ShibaSearch Chatverse?
ShibaSearch Chatverse to rozszerzenie Chrome opracowane przez https://shibasearch.com, a jego główną funkcją jest „ShibaSearch Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ShibaSearch Chatverse
Pobierz pliki rozszerzeń ShibaSearch Chatverse w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
Oficjalny URL | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Opis | ShibaSearch Extension |
Rozmiar pliku | 145 KB |
Liczba instalacji | 200 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2021-12-21 |
Data Publikacji | 2021-11-18 |
Ocena | 5.00/5 Łącznie 7 Oceny |
Deweloper | https://shibasearch.com |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://shibasearch.com/privacy |
Obsługiwane Języki | 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" } } |