ShibaSearch Chatverse
ShibaSearch Extension
Apa itu ShibaSearch Chatverse?
ShibaSearch Chatverse adalah ekstensi Chrome yang dikembangkan oleh https://shibasearch.com, dan fitur utamanya adalah "ShibaSearch Extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ShibaSearch Chatverse
Unduh file ekstensi ShibaSearch Chatverse dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
URL Resmi | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
Deskripsi | ShibaSearch Extension |
Ukuran File | 145 KB |
Jumlah Instalasi | 200 |
Versi Saat Ini | 1.6 |
Terakhir Diperbarui | 2021-12-21 |
Tanggal Publikasi | 2021-11-18 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | https://shibasearch.com |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://shibasearch.com/privacy |
Bahasa yang Didukung | 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" } } |