I Love SteemPeak

A Chrome Web Extension for those who love SteemPeak

What is I Love SteemPeak?

I Love SteemPeak is a Chrome extension developed by Michael Smith, and its main feature is "A Chrome Web Extension for those who love SteemPeak".

Extension Screenshots

screenshot

Download I Love SteemPeak Extension CRX File

Download I Love SteemPeak 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

                        For the lovers of SteemPeak.

This extension redirects various Steem frontend articles to the lovely interface of SteemPeak.com.

It allow an aggressive mode to redirect ALL pages or a passive mode with a nice modal to prompt for redirection.                    

Extension Basic Information

Name I Love SteemPeak I Love SteemPeak
ID hebihldooknlhpeebennnnddfofnjafo
Official URL https://chromewebstore.google.com/detail/i-love-steempeak/hebihldooknlhpeebennnnddfofnjafo
Description A Chrome Web Extension for those who love SteemPeak
File Size 115 KB
Installation Count 11
Current Version v1.1.1
Last Updated 2020-04-06
Publish Date 2020-04-04
Rating 5.00/5 Total 4 Ratings
Developer Michael Smith
Payment Type free
Extension Website https://github.com/selabie68/i-love-steempeak
Help Page URL https://github.com/selabie68/i-love-steempeak/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Love SteemPeak",
    "description": "A Chrome Web Extension for those who love SteemPeak",
    "version": "1.1.1",
    "version_name": "v1.1.1",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "browser_action": {
        "default_title": "I Love SteemPeak",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}