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ファイルをダウンロード

Steem Upvote Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        # 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
Eメール [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"
    }
}