Free Games Online
Great New Tab For Game Lovers
What is Free Games Online?
Free Games Online is a Chrome extension developed by http://xo23.com, and its main feature is "Great New Tab For Game Lovers".
Extension Screenshots
Download Free Games Online Extension CRX File
Download Free Games Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Great Page For Game Lovers
Extension Basic Information
Name | |
ID | knnnbbhpmindjoelijkogckanpaioeji |
Official URL | https://chrome.google.com/webstore/detail/free-games-online/knnnbbhpmindjoelijkogckanpaioeji |
Description | Great New Tab For Game Lovers |
File Size | 14.38 KB |
Installation Count | 29 |
Current Version | 0.0.1 |
Last Updated | 2015-10-01 |
Publish Date | 2015-10-01 |
Developer | http://xo23.com |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Free Games Online", "description": "Great New Tab For Game Lovers", "version": "0.0.1", "manifest_version": 2, "homepage_url": "http:\/\/xo23.com", "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "128": "logo.png", "16": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com;object-src 'self'", "background": { "scripts": [ "background.js" ] } } |