I Love PeakD

A Chrome Web Extension for those who love PeakD

What is I Love PeakD?

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

Extension Screenshots

screenshot

Download I Love PeakD Extension CRX File

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

                        This extension will redirect all hive.blog links to peakd.com.

It is for users that just LOVE the PeakD interface for Hive posts.                    

Extension Basic Information

Name I Love PeakD I Love PeakD
ID nnjpaiehjlcdpajkbajkkdnepdafiiaa
Official URL https://chromewebstore.google.com/detail/i-love-peakd/nnjpaiehjlcdpajkbajkkdnepdafiiaa
Description A Chrome Web Extension for those who love PeakD
File Size 359 KB
Installation Count 84
Current Version v1.0.0
Last Updated 2020-04-11
Publish Date 2020-04-09
Rating 5.00/5 Total 1 Ratings
Developer Michael Smith
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "I Love PeakD",
    "description": "A Chrome Web Extension for those who love PeakD",
    "version": "1.0.0",
    "version_name": "v1.0.0",
    "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 PeakD",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}