Voting Power | VOX

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

Vad är Voting Power | VOX?

Voting Power | VOX är en Chrome-tillägg utvecklad av Victor&I, och dess huvudfunktion är "Indication of Voting Power for the VOX.community social network.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Voting Power | VOX-förlängningens CRX-fil

Ladda ner Voting Power | VOX-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Voting Power | VOX Voting Power | VOX
ID cabdniccicloipjbpiiephhfgeaoamfa
Officiell webbadress https://chrome.google.com/webstore/detail/voting-power-vox/cabdniccicloipjbpiiephhfgeaoamfa
Beskrivning Indication of Voting Power for the VOX.community social network.
Filstorlek 17.31 KB
Antal Installationer 12
Aktuell Version 3.0
Senast Uppdaterad 2018-05-28
Publiceringsdatum 2018-05-28
Utvecklare Victor&I
Betalningssätt free
Stödda Språk 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"
    ]
}