Cloutception

Updates user

Cloutception란 무엇입니까?

Cloutception은(는) rocodesign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Updates user"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cloutception 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}