WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Enable Right Click

Enable Right Click

View on Chrome Web Store
View Enable Right Click Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (11 ratings)
1 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Enable right-click, text selection, and copy functionality on protected websites
Type
Extension
Users
833 users
44
CodeGenius
View author page of CodeGenius
Published
Published on May 14, 2023
Version 2.0.0.2
Manifest version
3
Updated
Updated on December 17, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Enable Right Click Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable Right Click",
    "description": "Enable right-click, text selection, and copy functionality on protected websites",
    "version": "2.0.0.2",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "all_frames": true,
            "js": [
                "js\/rightclick.js",
                "js\/new_rightclick.js"
            ],
            "match_about_blank": true,
            "cross_origin_embedding": "requireCorp"
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "mac": "Command+Shift+R"
            },
            "description": "Toggle Enable Right Click"
        }
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top