Machine Unlearning

Machine Unlearning

Replaces the buzz words around machine learning and AI with something more appropriate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Machine Unlearning",
  "version": "1.0",
  "description": "Replaces the buzz words around machine learning and AI with something more appropriate.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "AI.png"
  }
}