Salamify

Salamify

Replace 'artificial intelligence' and 'AI' with 'SALAMI': Systematic Approaches to Learning Algorithms and Machine Inferences.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Salamify",
  "version": "1.2",
  "description": "Replace 'artificial intelligence' and 'AI' with 'SALAMI': Systematic Approaches to Learning Algorithms and Machine Inferences.",
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "all_frames": true,
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_end"
    }
  ]
}