Cloutception

Updates user

什麼是Cloutception?

Cloutception是由rocodesign開發的Chrome擴展程式,該擴展的主要功能是“Updates user”。

擴展截圖

screenshot
screenshot
screenshot

下載Cloutception擴展crx文件

下載Cloutception擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Cloutception displays aggregated blockchain data on bitclout.com, relevant to the creator page the user navigates to.

* Flag creators who sold their coins
The extension shows the amount a creator bought / sold immediately after navigating to a creator page

* Show creator wallet
Displays details about a creator wallet, list of wallet entries as well as an aggregation with the total market value of all entries

* Show creator purchase history
Displays a list of purchases and sells involving the creator coin with details on how the creator coin price was affected

* Search by public key
Enables users to search by entering a public key in the search field.                    

擴展基本資訊

名稱 Cloutception Cloutception
ID piibkonaoihcgbfhbjbjpldfhhdnapjk
官方網址 https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk
簡介 Updates user
檔案大小 251 KB
安裝次數 20
目前版本 0.5.0
更新時間 2021-05-12
上架時間 2021-05-12
評分 5.00/5 共 1 次評分
開發者 rocodesign
電子郵箱 [email protected]
付費類型 free
擴展官網 https://cloutception.club
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloutception",
    "description": "Updates user ",
    "version": "0.5.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.bitclout.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webNavigation",
        "tabs"
    ],
    "icons": {
        "16": "\/Cloutception-16.png",
        "32": "\/Cloutception-32.png",
        "48": "\/Cloutception-48.png",
        "128": "\/Cloutception-128.png"
    }
}