Steem Upvote Bot
Automatic upvoting of new content
什麼是Steem Upvote Bot?
Steem Upvote Bot是由http://www.steemwhales.com開發的Chrome擴展程式,該擴展的主要功能是“Automatic upvoting of new content”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | lmcmkgkeniakmnbfojaekpnlfgnlcnog |
官方網址 | 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" } } |