Voting Power | STEEM

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

Was ist Voting Power | STEEM?

Voting Power | STEEM ist eine Chrome-Erweiterung, die von Victor&I entwickelt wurde, und ihr Hauptmerkmal ist "The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…".

Erweiterungsscreenshots

screenshot

Voting Power | STEEM-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voting Power | STEEM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Voting Power | STEEM Voting Power | STEEM
ID hjibojkpigjocliomjdodnfobmfjaplj
Offizielle URL https://chrome.google.com/webstore/detail/voting-power-steem/hjibojkpigjocliomjdodnfobmfjaplj
Beschreibung The extension displays the current Voting Power for Steemit.com The application is available for any browser tab, does not require…
Dateigröße 15.68 KB
Installationsanzahl 37
Aktuelle Version 2.0
Letztes Update 2017-08-02
Veröffentlichungsdatum 2017-08-02
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler Victor&I
Zahlungsart free
Unterstützte Sprachen 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"
    }
}