Voting Power | STEEM

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

Qu'est-ce que Voting Power | STEEM ?

Voting Power | STEEM est une extension Chrome développée par Victor&I, et sa fonction principale est "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Voting Power | STEEM

Téléchargez les fichiers d'extension Voting Power | STEEM au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
URL Officiel https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
Description The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Taille du Fichier 15.68 KB
Nombre d'Installations 37
Version Actuelle 2.0
Dernière Mise à Jour 2017-08-02
Date de Publication 2017-08-02
Évaluation 4.00/5 Total 1 Évaluations
Développeur Victor&I
Type de Paiement free
Langues Prises en Charge 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"
    }
}