Homestuck POV Cam

Homestuck POV Cam

View Homestuck from the point of view of any character

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Homestuck POV Cam",
  "version": "3.23",
  "description": "View Homestuck from the point of view of any character",
  "options_page": "options/options.html",
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    "options/options.html",
    "images/*.png",
    "flash-controls/flash-lengths.js",
    "flash-controls/flash-controls.js"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.homestuck.com/story/*",
        "http://*.mspaintadventures.com/*s=6&p=*",
        "http://*.mspaintadventures.com/DOTA/",
        "http://*.mspaintadventures.com/007395/",
        "http://*.mspaintadventures.com/007680/*",
        "http://*.mspaintadventures.com/GAMEOVER/",
        "http://*.mspaintadventures.com/index_pw.php",
        "http://*.mspaintadventures.com/shes8ack/",
        "http://*.mspaintadventures.com/collide.html",
        "http://*.mspaintadventures.com/ACT7.html",
        "http://*.mspaintadventures.ru/*s=6&p=*",
        "http://*.mspaintadventures.ru/DOTA/",
        "http://*.mspaintadventures.ru/007395/",
        "http://*.mspaintadventures.ru/007680/*",
        "http://*.mspaintadventures.ru/GAMEOVER/",
        "http://*.mspaintadventures.ru/index_pw.php",
        "http://*.mspaintadventures.ru/shes8ack/",
        "http://*.mspaintadventures.ru/collide.html",
        "http://*.mspaintadventures.ru/ACT7.html"
      ],
      "js": [
        "localization.js",
        "timelines.js",
        "page-captions/en.js",
        "page-captions/ru.js",
        "next-page-links.js",
        "arrow-navigation.js",
        "lord-english-text.js",
        "pre-retcon-images/pre-retcon-images.js",
        "mspaintadventures-page-elements.js",
        "injection.js"
      ],
      "css": [
        "pre-retcon-images/pre-retcon-images.css"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ]
}