Marklar-It

Marklar-It

Change all names on any site to 'Marklar' a la South Park! Also change random words to 'squanch' a la Rick&Morty!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Marklar-It",
  "description": "Change all names on any site to 'Marklar' a la South Park! Also change random words to 'squanch' a la Rick&Morty!",
  "version": "0.1.6",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}