Rogue Labs Flash

Rogue Labs Flash

This extension will enable Flash for Bots by Rogue-Labs.net

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rogue Labs Flash",
  "version": "1.5",
  "description": "This extension will enable Flash for Bots by Rogue-Labs.net",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "128": "chrome_icon_blue_white.png"
  },
  "permissions": [
    "contentSettings",
    "activeTab"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.swagbucks.com/*",
      "*://*.tvglee.com/*",
      "*://*.matchedcars.tv/*",
      "*://*.miimd.tv/*",
      "*://*.tvminutes.tv/*"
    ]
  }
}