Gamegos Flash Helper

Gamegos Flash Helper

Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gamegos Flash Helper",
  "description": "",
  "version": "1.0",
  "icons": {
    "16": "icons/16.png"
  },
  "browser_action": {
    "default_icon": "icons/16.png",
    "default_title": "Gamegos Flash Helper",
    "default_popup": "index.html"
  },
  "permissions": [
    "contentSettings"
  ],
  "background": {
    "scripts": [
      "enabler.js"
    ],
    "persistent": false
  },
  "manifest_version": 2
}