ShibaSearch Chatverse
ShibaSearch Extension
Vad är ShibaSearch Chatverse?
ShibaSearch Chatverse är en Chrome-tillägg utvecklad av https://shibasearch.com, och dess huvudfunktion är "ShibaSearch Extension".
Tilläggsskärmbilder
Ladda ner ShibaSearch Chatverse-förlängningens CRX-fil
Ladda ner ShibaSearch Chatverse-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
Officiell webbadress | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Beskrivning | ShibaSearch Extension |
Filstorlek | 145 KB |
Antal Installationer | 200 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2021-12-21 |
Publiceringsdatum | 2021-11-18 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | https://shibasearch.com |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://shibasearch.com/privacy |
Stödda Språk | 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" } } |