Cloutception

Updates user

O que é Cloutception?

Cloutception é uma extensão do Chrome desenvolvida por rocodesign, e sua principal característica é "Updates user".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cloutception

Baixe arquivos de extensão Cloutception no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cloutception Cloutception
ID piibkonaoihcgbfhbjbjpldfhhdnapjk
URL Oficial https://chromewebstore.google.com/detail/cloutception/piibkonaoihcgbfhbjbjpldfhhdnapjk
Descrição Updates user
Tamanho do Arquivo 251 KB
Contagem de Instalações 20
Versão Atual 0.5.0
Última Atualização 2021-05-12
Data de Publicação 2021-05-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor rocodesign
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cloutception.club
Idiomas Suportados 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"
    }
}