Keemstar Corrector

Keemstar Corrector

Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Keemstar Corrector",
  "description": "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "http://twitter.com/KEEMSTAR*",
        "https://twitter.com/KEEMSTAR*",
        "http://www.youtube.com/user/NewDramaAlert/about*",
        "https://www.youtube.com/user/NewDramaAlert/about*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}