Steem Upvote Bot

Automatic upvoting of new content

What is Steem Upvote Bot?

Steem Upvote Bot is a Chrome extension developed by http://www.steemwhales.com, and its main feature is "Automatic upvoting of new content".

Extension Screenshots

screenshot

Download Steem Upvote Bot Extension CRX File

Download Steem Upvote Bot 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

                        # 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                    

Extension Basic Information

Name Steem Upvote Bot Steem Upvote Bot
ID lmcmkgkeniakmnbfojaekpnlfgnlcnog
Official URL https://chrome.google.com/webstore/detail/steem-upvote-bot/lmcmkgkeniakmnbfojaekpnlfgnlcnog
Description Automatic upvoting of new content
File Size 90.12 KB
Installation Count 255
Current Version 0.7
Last Updated 2017-05-23
Publish Date 2017-05-23
Rating 4.08/5 Total 12 Ratings
Developer http://www.steemwhales.com
Email [email protected]
Payment Type free
Extension Website http://steemit.com/@heimindanger
Help Page URL http://steemit.com/@heimindanger
Supported Languages 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"
    }
}