Voting Power | VOX

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

Qu'est-ce que Voting Power | VOX ?

Voting Power | VOX est une extension Chrome développée par Victor&I, et sa fonction principale est "Indication of Voting Power for the VOX.community social network.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension Voting Power | VOX 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

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

Informations de Base sur l'Extension

Nom Voting Power | VOX Voting Power | VOX
ID cabdniccicloipjbpiiephhfgeaoamfa
URL Officiel https://chrome.google.com/webstore/detail/voting-power-vox/cabdniccicloipjbpiiephhfgeaoamfa
Description Indication of Voting Power for the VOX.community social network.
Taille du Fichier 17.31 KB
Nombre d'Installations 12
Version Actuelle 3.0
Dernière Mise à Jour 2018-05-28
Date de Publication 2018-05-28
Développeur Victor&I
Type de Paiement free
Langues Prises en Charge 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"
    ]
}