Voting Power | VOX

Indication of Voting Power for the VOX.community social network.

Was ist Voting Power | VOX?

Voting Power | VOX ist eine Chrome-Erweiterung, die von Victor&I entwickelt wurde, und ihr Hauptmerkmal ist "Indication of Voting Power for the VOX.community social network.".

Erweiterungsscreenshots

screenshot
screenshot

Voting Power | VOX-Erweiterungs-CRX-Datei herunterladen

Laden Sie Voting Power | VOX-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

                        Отображение текущей Voting Power для пользователей платформы Vox.community.
Дополнительно в расширении индицируется примерное время, через которое Vote Power достигнет 100%.
Расширение не требует открытых вкладок браузера.
В поле "Логин" введите свой никнейм (без знака: @)и поставьте флажок в чекбоксе. Приложение отобразит вашу текущую Voting Power в Vox.community.
При каждом вызове расширения (пока флажок в чекбоксе активен), повторно вводить идентификационные данные не требуется.                    

Grundlegende Informationen zur Erweiterung

Name Voting Power | VOX Voting Power | VOX
ID cabdniccicloipjbpiiephhfgeaoamfa
Offizielle URL https://chrome.google.com/webstore/detail/voting-power-vox/cabdniccicloipjbpiiephhfgeaoamfa
Beschreibung Indication of Voting Power for the VOX.community social network.
Dateigröße 17.31 KB
Installationsanzahl 12
Aktuelle Version 3.0
Letztes Update 2018-05-28
Veröffentlichungsdatum 2018-05-28
Entwickler Victor&I
Zahlungsart free
Unterstützte Sprachen ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voting Power | VOX",
    "author": "Victor&I",
    "version": "3.0",
    "icons": {
        "128": "vp.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Indication of Voting Power for the VOX.community social network.",
    "permissions": [
        "https:\/\/vox.community\/*",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_title": "Voting Power | VOX",
        "default_icon": "vp.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "vp.png"
    ]
}