Fun Free Arcade Games
Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.
什麼是Fun Free Arcade Games?
Fun Free Arcade Games是由https://www.funfreearcadegames.com開發的Chrome擴展程式,該擴展的主要功能是“Play cool math games. Puzzles, brainteasers, logic and more geared for all ages.”。
擴展截圖
下載Fun Free Arcade Games擴展crx文件
下載Fun Free Arcade Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | inagaopejhpgideopgohoeplojjnimlb |
官方網址 | https://chrome.google.com/webstore/detail/fun-free-arcade-games/inagaopejhpgideopgohoeplojjnimlb |
簡介 | Play cool math games. Puzzles, brainteasers, logic and more geared for all ages. |
檔案大小 | 1.2 MB |
安裝次數 | 331 |
目前版本 | 2.3.3 |
更新時間 | 2020-12-25 |
上架時間 | 2020-12-25 |
開發者 | https://www.funfreearcadegames.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.funfreearcadegames.com |
說明頁面URL | https://www.funfreearcadegames.com/page/terms-of-service |
隱私政策頁面URL | https://freearcade.net/page/privacy-policy |
支援的語言 | 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" ] } |