AI to NS

AI to NS

Replaces the text 'artificial intelligence' with 'natural stupidity'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "AI to NS",
  "short_name": "ai-to-ns",
  "version": "1.2",
  "description": "Replaces the text 'artificial intelligence' with 'natural stupidity'.",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  }
}