Steemit Voting Power
Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.
What is Steemit Voting Power?
Steemit Voting Power is a Chrome extension developed by daynewr, and its main feature is "Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.".
Extension Screenshots
Download Steemit Voting Power Extension CRX File
Download Steemit Voting Power extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | bhpgldcbmnombmkfoakhomepdnndacci |
Official URL | https://chrome.google.com/webstore/detail/steemit-voting-power/bhpgldcbmnombmkfoakhomepdnndacci |
Description | Shows your current voting power, daily votes and rep percentage on your Steemit.com blog. |
File Size | 132 KB |
Installation Count | 194 |
Current Version | 0.2.0 |
Last Updated | 2017-06-25 |
Publish Date | 2017-06-25 |
Rating | 4.08/5 Total 12 Ratings |
Developer | daynewr |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steemit Voting Power", "description": "Shows your current voting power, daily votes and rep percentage on your Steemit.com blog.", "icons": { "16": "svote16.png", "48": "svote48.png", "128": "svote.png" }, "version": "0.2.0", "content_scripts": [ { "js": [ "steem.min.js", "steemvotedata.js" ], "matches": [ "https:\/\/steemit.com\/@*" ] } ], "permissions": [ "activeTab" ] } |