ShibaSearch Chatverse
ShibaSearch Extension
ShibaSearch Chatverseคืออะไร?
ShibaSearch Chatverse เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shibasearch.com และคุณลักษณะหลักของมันคือ "ShibaSearch Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ShibaSearch Chatverse
ดาวน์โหลดไฟล์ส่วนขยาย ShibaSearch Chatverse ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ajepgoljfdobidngjdabgpfggelekigc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc |
คำอธิบาย | ShibaSearch Extension |
ขนาดไฟล์ | 145 KB |
จำนวนการติดตั้ง | 200 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2021-12-21 |
วันที่เผยแพร่ | 2021-11-18 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://shibasearch.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://shibasearch.com/privacy |
ภาษาที่รองรับ | 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" } } |