Kill-Sticky

Remove all elements with fixed or sticky positions

What is Kill-Sticky?

Kill-Sticky is a Chrome extension developed by Unknown, and its main feature is "Remove all elements with fixed or sticky positions".

Extension Screenshots

screenshot
screenshot

Download Kill-Sticky Extension CRX File

Download Kill-Sticky 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

                        Lets you get rid of distracting headers and ads by adding a browser action and a keyboard shortcut (Alt+K on Windows & Linux, Cmd+K on macOS) that removes all elements from the current page that have a "fixed" or "sticky" position, and re-enables scrolling for the page contents.

To change the keyboard shortcut, visit the page chrome://extensions/shortcuts                    

Extension Basic Information

Name Kill-Sticky Kill-Sticky
ID lekjlgffkaencjnlcmbgibodhechofdb
Official URL https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb
Description Remove all elements with fixed or sticky positions
File Size 3.43 KB
Installation Count 1,506
Current Version 1.4.0
Last Updated 2019-06-06
Publish Date 2019-06-05
Rating 5.00/5 Total 8 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/eemeli/chrome-kill-sticky
Help Page URL https://github.com/eemeli/chrome-kill-sticky/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Remove all elements with fixed or sticky positions"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+K",
                "mac": "Command+K"
            }
        }
    },
    "description": "Remove all elements with fixed or sticky positions",
    "manifest_version": 2,
    "name": "Kill-Sticky",
    "permissions": [
        "activeTab"
    ],
    "version": "1.4.0"
}