ShibaSearch Chatverse

ShibaSearch Extension

ShibaSearch Chatverse là gì?

ShibaSearch Chatverse là một tiện ích mở rộng Chrome được phát triển bởi https://shibasearch.com, và tính năng chính của nó là "ShibaSearch Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShibaSearch Chatverse

Tải xuống các tệp mở rộng ShibaSearch Chatverse dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShibaSearch Chatverse ShibaSearch Chatverse
ID ajepgoljfdobidngjdabgpfggelekigc
URL Chính Thức https://chromewebstore.google.com/detail/shibasearch-chatverse/ajepgoljfdobidngjdabgpfggelekigc
Mô tả ShibaSearch Extension
Kích Thước Tệp 145 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2021-12-21
Ngày Phát Hành 2021-11-18
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://shibasearch.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://shibasearch.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}