Fix Chrome middle click behaviour

Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.

What is Fix Chrome middle click behaviour?

Fix Chrome middle click behaviour is a Chrome extension developed by Will Hirsch, and its main feature is "Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.".

Extension Screenshots

screenshot

Download Fix Chrome middle click behaviour Extension CRX File

Download Fix Chrome middle click behaviour 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

                                            

Extension Basic Information

Name Fix Chrome middle click behaviour Fix Chrome middle click behaviour
ID ndinbeikllkfjbmlfghokbkmcciflpek
Official URL https://chromewebstore.google.com/detail/fix-chrome-middle-click-b/ndinbeikllkfjbmlfghokbkmcciflpek
Description Prevents Chrome from firing the 'click' event on middle click to fix scripts written with the behaviour of other browsers in mind.
File Size 6.19 KB
Installation Count 2,577
Current Version 1.1
Last Updated 2013-12-20
Publish Date 2013-12-19
Rating 4.43/5 Total 75 Ratings
Developer Will Hirsch
Payment Type free
Supported Languages en,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_application_title__",
    "version": "1.1",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ]
}