ShibaSearch Chatverse

ShibaSearch Extension

ShibaSearch Chatverseとは何ですか?

ShibaSearch Chatverseはhttps://shibasearch.comによって開発されたChromeの拡張機能で、その主な機能は「ShibaSearch Extension」です。

拡張機能のスクリーンショット

screenshot

ShibaSearch Chatverse拡張機能のCRXファイルをダウンロード

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.                    

拡張機能の基本情報

名前 ShibaSearch Chatverse ShibaSearch Chatverse
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
Eメール [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"
    }
}