PC to NBD

PC to NBD

This extension will replace the phrase political correctness with its alternative - not-being-a-dickness

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PC to NBD",
  "description": "This extension will replace the phrase political correctness with its alternative - not-being-a-dickness",
  "version": "3.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}