Markipliers Channel

Markipliers Channel

A quick way to get to view Markiplier's channel

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Markipliers Channel",
  "version": "0.1",
  "manifest_version": 2,
  "description": "A quick way to get to view Markiplier's channel",
  "browser_action": {
    "default_icon": "markiplier.png",
    "default_title": "View markipliers channel.",
    "default_popup": "extension.html"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "markiplier.png"
  }
}