Copy Some Text from Link

Copy Some Text from Link

"Don't drag the link. Let me copy."

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_Name__",
  "version": "2.0.0",
  "description": "__MSG_Description__",
  "default_locale": "en",
  "icons": {
    "16": "icons/copyLinkText16.png",
    "48": "icons/copyLinkText48.png",
    "128": "icons/copyLinkText128.png"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/contentScript.ts-loader-7abc4eec.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "__MSG_Name__"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/contentScript.ts-beade32b.js"
      ],
      "use_dynamic_url": true
    }
  ]
}