Fun Free Arcade Games
Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.
What is Fun Free Arcade Games?
Fun Free Arcade Games is a Chrome extension developed by https://www.funfreearcadegames.com, and its main feature is "Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.".
Extension Screenshots
Download Fun Free Arcade Games Extension CRX File
Download Fun Free Arcade 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
Play cool fun math games for free. Enjoy games directly inside this chrome extension so you can play them in full screen and enjoy every minute of fun arcade games for free! There is six games to be played and they are all cool math games.
Extension Basic Information
Name | |
ID | inagaopejhpgideopgohoeplojjnimlb |
Official URL | https://chrome.google.com/webstore/detail/fun-free-arcade-games/inagaopejhpgideopgohoeplojjnimlb |
Description | Play cool math games. Puzzles, brainteasers, logic and more geared for all ages. |
File Size | 1.2 MB |
Installation Count | 331 |
Current Version | 2.3.3 |
Last Updated | 2020-12-25 |
Publish Date | 2020-12-25 |
Developer | https://www.funfreearcadegames.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.funfreearcadegames.com |
Help Page URL | https://www.funfreearcadegames.com/page/terms-of-service |
Privacy Policy Page URL | https://freearcade.net/page/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fun Free Arcade Games", "version": "2.3.3", "description": "Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.", "permissions": [ "tabs" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup\/popup.html" }, "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "*.jpg", "*.png", "*.gif" ] } |