WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Absolute Enable Right Click & Copy

Absolute Enable Right Click & Copy

View on Chrome Web Store
View Absolute Enable Right Click & Copy Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 19, 2025.

Force Enable Right Click & Copy
Type
Extension
Users
184 users
43
fugi***************
View author page of fugi***************
Published
Published on April 5, 2025
Version 1.3.8
Manifest version
3
Updated
Updated on April 5, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Absolute Enable Right Click & 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
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Absolute Enable Right Click & Copy",
        "default_icon": "images\/128px.png",
        "default_popup": "main.html"
    },
    "options_page": "pages\/options.html",
    "icons": {
        "16": "images\/16px.png",
        "32": "images\/32px.png",
        "48": "images\/48px.png",
        "128": "images\/128px.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/styles.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "css\/styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "short_name": "Absolute Right Click",
    "manifest_version": 3,
    "name": "Absolute Enable Right Click & Copy",
    "description": "Force Enable Right Click & Copy",
    "version": "1.3.8"
}
© 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