Voting Power | VOX
Indication of Voting Power for the VOX.community social network.
¿Qué es Voting Power | VOX?
Voting Power | VOX es una extensión de Chrome desarrollada por Victor&I, y su función principal es "Indication of Voting Power for the VOX.community social network.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Voting Power | VOX
Descarga archivos de extensión Voting Power | VOX en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Отображение текущей Voting Power для пользователей платформы Vox.community. Дополнительно в расширении индицируется примерное время, через которое Vote Power достигнет 100%. Расширение не требует открытых вкладок браузера. В поле "Логин" введите свой никнейм (без знака: @)и поставьте флажок в чекбоксе. Приложение отобразит вашу текущую Voting Power в Vox.community. При каждом вызове расширения (пока флажок в чекбоксе активен), повторно вводить идентификационные данные не требуется.
Información Básica de la Extensión
Nombre | |
ID | cabdniccicloipjbpiiephhfgeaoamfa |
URL Oficial | https://chrome.google.com/webstore/detail/voting-power-vox/cabdniccicloipjbpiiephhfgeaoamfa |
Descripción | Indication of Voting Power for the VOX.community social network. |
Tamaño del Archivo | 17.31 KB |
Cantidad de Instalaciones | 12 |
Versión Actual | 3.0 |
Última Actualización | 2018-05-28 |
Fecha de Publicación | 2018-05-28 |
Desarrollador | Victor&I |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |