No more scroll jacking

This extension prevents scroll jacking whilst holding a meta key

What is No more scroll jacking?

No more scroll jacking is a Chrome extension developed by Remy Sharp / Left Logic, and its main feature is "This extension prevents scroll jacking whilst holding a meta key".

Extension Screenshots

screenshot

Download No more scroll jacking Extension CRX File

Download No more scroll jacking 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

                        Hold down shift (or any other meta key, control, alt) whilst scrolling and scroll jacking will be disabled.                    

Extension Basic Information

Name No more scroll jacking No more scroll jacking
ID fpialmplgijjacabejjgheeifmfamjcd
Official URL https://chrome.google.com/webstore/detail/no-more-scroll-jacking/fpialmplgijjacabejjgheeifmfamjcd
Description This extension prevents scroll jacking whilst holding a meta key
File Size 19.19 KB
Installation Count 37
Current Version 1.0
Last Updated 2019-06-28
Publish Date 2019-06-23
Rating 2.00/5 Total 2 Ratings
Developer Remy Sharp / Left Logic
Email [email protected]
Payment Type free
Privacy Policy Page URL https://leftlogic.com/privacy/extensions
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No more scroll jacking",
    "description": "This extension prevents scroll jacking whilst holding a meta key",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "start.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "author": "Remy Sharp",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    }
}