Voting Power | VOX
Indication of Voting Power for the VOX.community social network.
What is Voting Power | VOX?
Voting Power | VOX is a Chrome extension developed by Victor&I, and its main feature is "Indication of Voting Power for the VOX.community social network.".
Extension Screenshots
Download Voting Power | VOX Extension CRX File
Download Voting Power | VOX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Отображение текущей Voting Power для пользователей платформы Vox.community. Дополнительно в расширении индицируется примерное время, через которое Vote Power достигнет 100%. Расширение не требует открытых вкладок браузера. В поле "Логин" введите свой никнейм (без знака: @)и поставьте флажок в чекбоксе. Приложение отобразит вашу текущую Voting Power в Vox.community. При каждом вызове расширения (пока флажок в чекбоксе активен), повторно вводить идентификационные данные не требуется.
Extension Basic Information
Name | |
ID | cabdniccicloipjbpiiephhfgeaoamfa |
Official URL | https://chrome.google.com/webstore/detail/voting-power-vox/cabdniccicloipjbpiiephhfgeaoamfa |
Description | Indication of Voting Power for the VOX.community social network. |
File Size | 17.31 KB |
Installation Count | 12 |
Current Version | 3.0 |
Last Updated | 2018-05-28 |
Publish Date | 2018-05-28 |
Developer | Victor&I |
Payment Type | free |
Supported Languages | 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" ] } |