Herp Derp for YouTube™

Herp Derp for YouTube™

Significantly improves YouTube comments by replacing them with random herps and derps.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Herp Derp for YouTube™",
  "version": "1.6.10",
  "homepage_url": "https://www.tannr.com",
  "description": "Significantly improves YouTube comments by replacing them with random herps and derps.",
  "icons": {
    "48": "herp48.png",
    "128": "herp128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "all_frames": true,
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ]
}