HS Archived

HS Archived

This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HS Archived",
  "version": "1.3",
  "description": "This extension replaces obsolete Flash, low-quality Youtube videos, and HTML5 versions of animated content in the Homestuck Website.",
  "content_scripts": [
    {
      "js": [
        "replace.js"
      ],
      "matches": [
        "*://*.homestuck.com/story*"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}