Kill-Sticky

Remove all elements with fixed or sticky positions

Wat is Kill-Sticky?

Kill-Sticky is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Remove all elements with fixed or sticky positions".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Kill-Sticky

Download Kill-Sticky-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Kill-Sticky Kill-Sticky
ID lekjlgffkaencjnlcmbgibodhechofdb
Officiële URL https://chromewebstore.google.com/detail/kill-sticky/lekjlgffkaencjnlcmbgibodhechofdb
Beschrijving Remove all elements with fixed or sticky positions
Bestandsgrootte 3.43 KB
Aantal Installaties 1,506
Huidige Versie 1.4.0
Laatst Bijgewerkt 2019-06-06
Publicatiedatum 2019-06-05
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://github.com/eemeli/chrome-kill-sticky
Help Pagina-URL https://github.com/eemeli/chrome-kill-sticky/issues
Ondersteunde Talen 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"
}