Retro Games
Search and play retro games !
What is Retro Games?
Retro Games is a Chrome extension developed by http://90kids.com, and its main feature is "Search and play retro games !".
Extension Screenshots
Download Retro Games Extension CRX File
Download Retro Games 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
Retro Games is a extension that will help you to find and play old school games. If you enjoy playing classic arcade games, we invite you to discover our collection created by fans to revive the atmosphere of the golden years, the 80`s and 90`s.
Extension Basic Information
Name | |
ID | fdebpdfijdddiknjdflanccpeaebpfmk |
Official URL | https://chrome.google.com/webstore/detail/retro-games/fdebpdfijdddiknjdflanccpeaebpfmk |
Description | Search and play retro games ! |
File Size | 212 KB |
Installation Count | 2,000 |
Current Version | 1.1.0 |
Last Updated | 2018-05-02 |
Publish Date | 2018-05-02 |
Rating | 4.67/5 Total 6 Ratings |
Developer | http://90kids.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://90kids.com/terms |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Games", "description": "Search and play retro games !", "version": "1.1.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |