Steem Upvote Bot

Automatic upvoting of new content

Steem Upvote Bot क्या है?

Steem Upvote Bot http://www.steemwhales.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic upvoting of new content"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steem Upvote Bot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}