Steem Upvote Bot

Automatic upvoting of new content

Steem Upvote Bot란 무엇입니까?

Steem Upvote Bot은(는) http://www.steemwhales.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatic upvoting of new content"입니다.

확장 프로그램 스크린샷

screenshot

Steem Upvote Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        # 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                    

확장 프로그램 기본 정보

이름 Steem Upvote Bot Steem Upvote Bot
ID lmcmkgkeniakmnbfojaekpnlfgnlcnog
공식 URL https://chrome.google.com/webstore/detail/steem-upvote-bot/lmcmkgkeniakmnbfojaekpnlfgnlcnog
설명 Automatic upvoting of new content
파일 크기 90.12 KB
설치 횟수 255
현재 버전 0.7
최근 업데이트 2017-05-23
출시 날짜 2017-05-23
평점 4.08/5 총 12 개의 평점
개발자 http://www.steemwhales.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://steemit.com/@heimindanger
도움말 페이지 URL http://steemit.com/@heimindanger
지원되는 언어 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"
    }
}