Comicsansd

Comicsansd

Comicsansd will randomly change the font on pages to Comic Sans for a few seconds before reverting back to the original font.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Comicsansd",
  "version": "0.1.0",
  "manifest_version": 2,
  "description": "",
  "homepage_url": "https://github.com/smilledge/samicsansd",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/vendor/jquery.js",
        "js/trololololol.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ]
}