Steem Enhancer

Steem enhancer yay!

What is Steem Enhancer?

Steem Enhancer is a Chrome extension developed by Bartłomiej Górnicki, and its main feature is "Steem enhancer yay!".

Extension Screenshots

screenshot
screenshot

Download Steem Enhancer Extension CRX File

Download Steem Enhancer 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

                        Simple but powerfull extension to boost your User Experience using Steem blockchain, especially Steemit.com

Steem Enhancer lets you follow tags and receive Rich Notifications. You can adjust some settings to get even more.

Everything you need to do is to visit extension's Settings Page and type tags you want to follow. Since then you will get Rich Notifications and Sound alerts (disabled by default).

Steem Enhancer can notify you when you get new reply to post or comment. All you need to do is to type your username in extensions settings. You don't need to login anywhere.                    

Extension Basic Information

Name Steem Enhancer Steem Enhancer
ID jbmaggkckojanmapjbggfdcnplaolgij
Official URL https://chromewebstore.google.com/detail/steem-enhancer/jbmaggkckojanmapjbggfdcnplaolgij
Description Steem enhancer yay!
File Size 825 KB
Installation Count 12
Current Version 0.1.17
Last Updated 2018-07-27
Publish Date 2018-07-27
Rating 3.67/5 Total 3 Ratings
Developer Bartłomiej Górnicki
Email [email protected]
Payment Type free
Extension Website https://steemit.com/@technocracy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "pages\/background.html"
    },
    "browser_action": {
        "default_icon": "icons\/48.png",
        "default_popup": "pages\/popup.html"
    },
    "description": "Steem enhancer yay!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Steem Enhancer",
    "permissions": [
        "notifications",
        "storage"
    ],
    "short_name": "Steem Enhancer",
    "version": "0.1.17",
    "options_page": "pages\/options.html"
}