Enable Right Click

Enables right clicking on pages that have it disabled.

What is Enable Right Click?

Enable Right Click is a Chrome extension developed by https://mattw.life, and its main feature is "Enables right clicking on pages that have it disabled.".

Extension Screenshots

screenshot

Download Enable Right Click Extension CRX File

Download Enable Right Click 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

                        Prevents websites from disabling the default right click context menu.                    

Extension Basic Information

Name Enable Right Click Enable Right Click
ID dcjhdaiolbgldmmfggnlbmjcifkmhohi
Official URL https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi
Description Enables right clicking on pages that have it disabled.
File Size 12.92 KB
Installation Count 10,000
Current Version 1.2.1
Last Updated 2022-05-25
Publish Date 2018-01-24
Rating 4.21/5 Total 110 Ratings
Developer https://mattw.life
Email [email protected]
Payment Type free
Extension Website http://mattw.life
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "version": "1.2.1",
    "description": "Enables right clicking on pages that have it disabled.",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}