MLG Airhorn

MLG Airhorn

Makes you pro br0

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MLG Airhorn",
  "version": "4.20.2016",
  "description": "Makes you pro br0",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "page.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "web_accessible_resources": [
    "*.mp3"
  ],
  "manifest_version": 2
}