Enable Right Click for Google Chrome™

Enable Right Click when websites disable it.

What is Enable Right Click for Google Chrome™?

Enable Right Click for Google Chrome™ is a Chrome extension developed by https://timleland.com, and its main feature is "Enable Right Click when websites disable it.".

Extension Screenshots

screenshot

Download Enable Right Click for Google Chrome™ Extension CRX File

Download Enable Right Click for Google Chrome™ 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

                        A simple way to allow right-click to work on websites that disables it for you. 

This extension helps you re-enable and allow right-click function on every website that blocks the right-click menu.

The extension automatically works, and no action is required.                    

Extension Basic Information

Name Enable Right Click for Google Chrome™ Enable Right Click for Google Chrome™
ID hagnihgfmpjkegpopddiigoaabddfkcj
Official URL https://chromewebstore.google.com/detail/enable-right-click-for-go/hagnihgfmpjkegpopddiigoaabddfkcj
Description Enable Right Click when websites disable it.
File Size 25.46 KB
Installation Count 1,765
Current Version 1.0.0
Last Updated 2022-07-19
Publish Date 2022-07-13
Rating 5.00/5 Total 6 Ratings
Developer https://timleland.com
Email [email protected]
Payment Type free
Extension Website https://timleland.com/
Help Page URL https://timleland.com/contact/
Privacy Policy Page URL https://t.ly/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click for Google Chrome\u2122",
    "homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
    "version": "1.0.0",
    "icons": {
        "128": "media\/icons\/icon128.png"
    },
    "description": "Enable Right Click when websites disable it.",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Enable Right Click"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}