DJ Khaledify

DJ Khaledify

Replaces the text 'key' with '🔑'.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DJ Khaledify",
  "version": "1.0",
  "author": "Steven Schmatz",
  "description": "Replaces the text 'key' with '🔑'.",
  "icons": {
    "16": "key16.png",
    "48": "key48.png",
    "128": "key128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ]
}