Voting Power | STEEM

The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…

O que é Voting Power | STEEM?

Voting Power | STEEM é uma extensão do Chrome desenvolvida por Victor&I, e sua principal característica é "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Voting Power | STEEM

Baixe arquivos de extensão Voting Power | STEEM 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

                        The extension displays the current Voting Power for Steemit.com
The application is available for any browser tab, does not require the opening of the STEEMIT website.
The extension is activated by clicking on the icon. In the background it extension inactive and does not consume network resources.
In the "Login" field, enter your nickname for STEEMIT (without the "@") and check the box in the checkbox. The nickname is written into the browser memory, you do not need to re-enter it.
If you uncheck the checkbox, the nickname will be erased from memory. It will need to be entered again.
The application is not tied to the user. You can see Voting Power of the other user of STEEMIT.                    

Informações Básicas da Extensão

Nome Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
URL Oficial https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
Descrição The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Tamanho do Arquivo 15.68 KB
Contagem de Instalações 37
Versão Atual 2.0
Última Atualização 2017-08-02
Data de Publicação 2017-08-02
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Victor&I
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voting Power | STEEM",
    "version": "2.0",
    "icons": {
        "128": "vp.png"
    },
    "permissions": [
        "https:\/\/steemd.com\/*",
        "unlimitedStorage",
        "notifications"
    ],
    "browser_action": {
        "default_title": "Voting Power | STEEM",
        "default_icon": "vp.png",
        "default_popup": "popup.html"
    }
}