Steem Upvote Bot

Automatic upvoting of new content

ما هو Steem Upvote Bot؟

Steem Upvote Bot هو إضافة Chrome تم تطويرها بواسطة http://www.steemwhales.com، والميزة الرئيسية لها هي "Automatic upvoting of new content".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Steem Upvote Bot

قم بتنزيل ملفات الامتداد Steem Upvote Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    }
}