ShibaSearch Chatverse
ShibaSearch Extension
Qu'est-ce que ShibaSearch Chatverse ?
ShibaSearch Chatverse est une extension Chrome développée par https://shibasearch.com, et sa fonction principale est "ShibaSearch Extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShibaSearch Chatverse
Téléchargez les fichiers d'extension ShibaSearch Chatverse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
URL Officiel | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Description | ShibaSearch Extension |
Taille du Fichier | 145 KB |
Nombre d'Installations | 200 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2021-12-21 |
Date de Publication | 2021-11-18 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://shibasearch.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://shibasearch.com/privacy |
Langues Prises en Charge | 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" } } |