Un-Transcender

Un-Transcender

makes backhandedly nice articles about non-white people more accurate. by @dexdigi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Un-Transcender",
  "version": "0.12",
  "description": "makes backhandedly nice articles about non-white people more accurate. by @dexdigi",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}