CCP Virus 19

CCP Virus 19

Changes various names of the novel coronavirus to 'CCP virus'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "CCP Virus 19",
  "version": "2.6",
  "description": "Changes various names of the novel coronavirus to 'CCP virus'.",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "permissions": [
        "activeTab"
      ],
      "matches": [
        "*://*/*"
      ],
      "js": [
        "script.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ]
}