Free Online Games - Play-on-line.co.uk

Play Free Online Games with no Registration or Download
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Free Online Games - Play-on-line.co.uk",
  "version": "0.3",
  "description": "Play Free Online Games with no Registration or Download",
  "browser_action": {
    "default_icon": "red-cube-16.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "19": "red-cube-16.png",
    "48": "red-cube-48.png",
    "128": "red-cube-128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com ;object-src 'self'"
}