Fun Free Arcade Games
Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.
Cos'è Fun Free Arcade Games?
Fun Free Arcade Games è un'estensione di Chrome sviluppata da https://www.funfreearcadegames.com, e la sua funzione principale è "Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fun Free Arcade Games
Scarica i file di estensione Fun Free Arcade Games in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | inagaopejhpgideopgohoeplojjnimlb |
URL Ufficiale | https://chrome.google.com/webstore/detail/fun-free-arcade-games/inagaopejhpgideopgohoeplojjnimlb |
Descrizione | Play cool math games. Puzzles, brainteasers, logic and more geared for all ages. |
Dimensione del File | 1.2 MB |
Conteggio Installazioni | 331 |
Versione Corrente | 2.3.3 |
Ultimo Aggiornamento | 2020-12-25 |
Data di Pubblicazione | 2020-12-25 |
Sviluppatore | https://www.funfreearcadegames.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.funfreearcadegames.com |
URL della Pagina di Aiuto | https://www.funfreearcadegames.com/page/terms-of-service |
URL della Pagina della Politica sulla Privacy | https://freearcade.net/page/privacy-policy |
Lingue Supportate | 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" ] } |