Copy Domain Name

Copy Domain Name

Copies the domain name from the URL to your clipboard

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Copy Domain Name",
  "version": "0.0.0.1",
  "description": "Copies the domain name from the URL to your clipboard",
  "manifest_version": 3,
  "action": {},
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png"
  }
}