Absolute Enable Right Click & Copy

Absolute Enable Right Click & Copy

Enable context menus on protected websites. Unblock right click menu. Highlight and allow copy option for all pages works again.

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "16": "images/16px.png",
      "48": "images/48px.png",
      "128": "images/logo.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "default_locale": "en",
  "description": "__MSG_desc__",
  "homepage_url": "https://prepphint.com/",
  "host_permissions": [
    "https://prepphint.com/",
    "https://tessdata.projectnaptha.com/*.gz",
    "https://github.com/naptha/tessdata/blob/gh-pages/*.gz?raw=true"
  ],
  "icons": {
    "16": "images/16px.png",
    "48": "images/48px.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "name": "__MSG_name__",
  "permissions": [
    "activeTab",
    "storage",
    "unlimitedStorage",
    "notifications",
    "scripting"
  ],
  "short_name": "Allow Copy",
  "version": "3.4.5",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/data/engine/index.html"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}