WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Enable Copy

Enable Copy

View on Chrome Web Store
View Enable Copy Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
1 views
This extension has been viewed 1 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 selecting, copying, pasting and right clicking in some restricted pages.
Type
Extension
Users
1,000 users
11
munnn17
View author page of munnn17
Published
Published on March 2, 2024
Version 6.1
Manifest version
3
Updated
Updated on April 7, 2024
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Enable Copy 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
{
    "manifest_version": 3,
    "description": "Allow selecting, copying, pasting and right clicking in some restricted pages.",
    "version": "6.1",
    "name": "Enable Copy",
    "icons": {
        "16": "icon\/icon19.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon19.png"
        },
        "default_title": "Enable Copy"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content_loader.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/args.js",
                "assets\/content.js"
            ],
            "use_dynamic_url": true
        }
    ]
}
© 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