Steem Assistant
Steem Assistant adds additional functionality and information to Steemit.
What is Steem Assistant?
Steem Assistant is a Chrome extension developed by steemassistant, and its main feature is "Steem Assistant adds additional functionality and information to Steemit.".
Extension Screenshots
Download Steem Assistant Extension CRX File
Download Steem Assistant 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
Steem Assistant provides addition functionality and information directly to the Steemit website. This extensions adds a widget that shows current voting power, wallet balance and reward balance without the need to visit the wallet page.
Extension Basic Information
Name | |
ID | ddlmgpcjofhdpejjjnegoilemileldfe |
Official URL | https://chrome.google.com/webstore/detail/steem-assistant/ddlmgpcjofhdpejjjnegoilemileldfe |
Description | Steem Assistant adds additional functionality and information to Steemit. |
File Size | 182 KB |
Installation Count | 18 |
Current Version | 1.5.2 |
Last Updated | 2018-01-14 |
Publish Date | 2018-01-14 |
Developer | steemassistant |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steem Assistant", "short_name": "SteemAssistant", "version": "1.5.2", "description": "Steem Assistant adds additional functionality and information to Steemit.", "icons": { "16": "img\/icon.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html", "default_title": "Steem Assistant" }, "content_scripts": [ { "matches": [ "https:\/\/steemit.com\/*", "http:\/\/steemit.com\/*", "https:\/\/mspsteem.com\/*", "http:\/\/mspsteem.com\/*" ], "all_frames": true, "css": [ "css\/style.css" ], "js": [ "js\/jquery-3.2.1.min.js", "js\/steem.min.js", "js\/content.js" ] } ], "permissions": [ "storage" ] } |