Homestar All-In-One

Homestar All-In-One

Combination of many Homestar Runner scripts. Version 4.3.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "matches": [
        "http://homestarrunner.com/*",
        "http://www.homestarrunner.com/*",
        "http://podstar.homestarrunner.com/*",
        "http://videlectrix.com/*",
        "http://www.videlectrix.com/*",
        "http://hrwiki.org/mirror/*",
        "http://www.hrwiki.org/mirror/*",
        "https://secure.homestarrunner.com/heythanks.html*"
      ],
      "include_globs": [
        "*"
      ],
      "run_at": "document_end",
      "js": [
        "built.user.js"
      ],
      "exclude_globs": []
    }
  ],
  "description": "Combination of many Homestar Runner scripts. Version 4.3.",
  "short_name": "All-In-One",
  "converted_from_user_script": true,
  "manifest_version": 2,
  "permissions": [
    "http://www.hrwiki.org/*",
    "http://homestarrunner.com/rando.xml"
  ],
  "name": "Homestar All-In-One",
  "icons": {
    "128": "logo128.png"
  },
  "author": "Phillip Bradbury",
  "homepage_url": "http://www.hrwiki.org/wiki/User:Phlip/Greasemonkey",
  "version": "4.3.97"
}