Kill sticky headers

Make the current pages sticky headers disappear

What is Kill sticky headers?

Kill sticky headers is a Chrome extension developed by totu, and its main feature is "Make the current pages sticky headers disappear".

Extension Screenshots

screenshot
screenshot

Download Kill sticky headers Extension CRX File

Download Kill sticky headers 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

                        Do you hate when web sites header follows you around when you are just trying to read an article? Well, Kill sticku headers is the answer you've been looking for!

This extension simply adds a button to your Chrome which makes all thous sticky headers disappear right in front of your eyes. The change is temporary and per page, so there is no need to worry about breaking usability of the site just reload the page and you can again access the header like nothing had ever happend.                    

Extension Basic Information

Name Kill sticky headers Kill sticky headers
ID gkihddapkfpcobehbbomfpfogcihapdf
Official URL https://chromewebstore.google.com/detail/kill-sticky-headers/gkihddapkfpcobehbbomfpfogcihapdf
Description Make the current pages sticky headers disappear
File Size 3.3 KB
Installation Count 499
Current Version 0.1
Last Updated 2016-07-02
Publish Date 2016-07-02
Rating 4.18/5 Total 11 Ratings
Developer totu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill sticky headers",
    "description": "Make the current pages sticky headers disappear",
    "version": "0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Kill sticky headers"
    },
    "manifest_version": 2
}