WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Allow Copy & Right Click

Allow Copy & Right Click

View on Chrome Web Store
View Allow Copy & Right Click Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new ratings
2 views
This extension has been viewed 2 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.

Allow Copy & Right Click on restricted websites.
Type
Extension
Users
971 users
12
Allow Copy and Right Click
View author page of Allow Copy and Right Click
Published
Published on January 18, 2025
Version 2.1.1
Manifest version
3
Updated
Updated on July 24, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View Allow Copy & 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": "__MSG_app_name__",
    "short_name": "__MSG_app_short_name__",
    "description": "__MSG_app_description__",
    "version": "2.1.1",
    "manifest_version": 3,
    "author": "Allow Copy Right Click",
    "default_locale": "en",
    "icons": {
        "32": "\/icons\/logo-32.png",
        "64": "\/icons\/logo-64.png",
        "128": "\/icons\/logo-128.png",
        "256": "\/icons\/logo-256.png",
        "512": "\/icons\/logo-512.png"
    },
    "background": {
        "service_worker": "js\/08082.js"
    },
    "commands": {
        "command": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_toggle_description__"
        }
    },
    "action": {
        "default_title": "__MSG_app_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/off-16.png",
            "32": "\/icons\/off-32.png",
            "48": "\/icons\/off-48.png",
            "64": "\/icons\/off-64.png",
            "128": "\/icons\/off-128.png",
            "256": "\/icons\/off-256.png",
            "512": "\/icons\/off-512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/bab2e.js"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}
© 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