Unsticky Medium

Unsticky the header and footer on sites that use the Medium.com platform

What is Unsticky Medium?

Unsticky Medium is a Chrome extension developed by jlei523, and its main feature is "Unsticky the header and footer on sites that use the Medium.com platform".

Extension Screenshots

screenshot

Download Unsticky Medium Extension CRX File

Download Unsticky Medium 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 plugin unstickies the header and footer on Medium.com and Medium platform sites - leaving you with much more room to read the content.

To use: Click on the extension icon each time you're on a Medium.com or Medium platform article.                    

Extension Basic Information

Name Unsticky Medium Unsticky Medium
ID laadcleekgoihflinfdkfhefnfclphkm
Official URL https://chrome.google.com/webstore/detail/unsticky-medium/laadcleekgoihflinfdkfhefnfclphkm
Description Unsticky the header and footer on sites that use the Medium.com platform
File Size 4.8 KB
Installation Count 36
Current Version 1.1
Last Updated 2017-10-22
Publish Date 2017-10-22
Rating 5.00/5 Total 2 Ratings
Developer jlei523
Payment Type free
Extension Website https://github.com/jlei523/unsticky-medium
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unsticky Medium",
    "description": "Unsticky the header and footer on sites that use the Medium.com platform",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Unsticky the header and footer on sites that use the Medium.com platform",
        "default_icon": "icon.png"
    },
    "manifest_version": 2
}