WebExtension.net
WebExtension.net

Allow right click - simple copy

View on Chrome Web Store
View Allow right click - simple copy Chrome Extension on Chrome Web Store
4.8 (409 ratings)

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

Unblocks right click menu, highlight and copy for all pages
Type
Extension
Users
2,000,000 users
Allow copy&select
View author page of Allow copy&select
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 23, 2022
Version 1.0.5
Manifest version
3
Updated
Updated on March 12, 2024
View on Chrome Web Store
View Allow right click - simple copy Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "short_name": "Allow copy",
    "action": {
        "default_title": "Unblock right click - allow copy",
        "default_icon": "icons\/icon-128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "scripting",
        "storage",
        "webRequest"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "version": "1.0.5"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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