Steem Upvote Bot

Automatic upvoting of new content

¿Qué es Steem Upvote Bot?

Steem Upvote Bot es una extensión de Chrome desarrollada por http://www.steemwhales.com, y su función principal es "Automatic upvoting of new content".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Steem Upvote Bot

Descarga archivos de extensión Steem Upvote Bot 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

                        # steembot
Simple chrome extension that upvotes contents when you go to steemit.com for you. It helps get as many curation rewards as possible on your favorite social network.

## Getting started

1. Install the extension either from Google Store or from this repository
2. Right click the extension and click on 'Options' to configure your bot settings
3. Click the extension icon to activate (icon will turn orange)
4. Open a steemit.com tab (most likely the 'new' one)

The bot will automatically start scrolling and fetching more content, then analyze everything and eventually upvote. Then it will refresh and do it again, and again, and again, and again.

Download on chrome store: https://chrome.google.com/webstore/detail/steem-upvote-bot/lmcmkgkeniakmnbfojaekpnlfgnlcnog?hl=en-US                    

Información Básica de la Extensión

Nombre Steem Upvote Bot Steem Upvote Bot
ID lmcmkgkeniakmnbfojaekpnlfgnlcnog
URL Oficial https://chrome.google.com/webstore/detail/steem-upvote-bot/lmcmkgkeniakmnbfojaekpnlfgnlcnog
Descripción Automatic upvoting of new content
Tamaño del Archivo 90.12 KB
Cantidad de Instalaciones 255
Versión Actual 0.7
Última Actualización 2017-05-23
Fecha de Publicación 2017-05-23
Calificación 4.08/5 Total de 12 Calificaciones
Desarrollador http://www.steemwhales.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://steemit.com/@heimindanger
URL de la Página de Ayuda http://steemit.com/@heimindanger
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steem Upvote Bot",
    "short_name": "SteemBot",
    "description": "Automatic upvoting of new content",
    "version": "0.7",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "steem128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/steemit.com\/*",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "48": "steem48.png",
        "128": "steem128.png"
    }
}