Bomberman
Bomberman is a retro game in which almost everyone played. Play in the pop-up!
什么是Bomberman?
Bomberman是由New Games World开发的Chrome扩展程序,该扩展的主要功能是“Bomberman is a retro game in which almost everyone played. Play in the pop-up!”。
扩展截图
下载Bomberman扩展crx文件
下载Bomberman扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Everyone knows the game Bomberman. In this game, a small Bomberman tries to get out of the maze, laying down mines. In order to get rid of the enemies, you need to use bombs, and also to blow up the walls facing you. In addition, there are special auxiliary items in the game. For example: an icon that increases the radius of the bombs, sneakers that increase the speed of the Bomberman etc. Collect bonuses on the field, improve the fighting power of your character, avoid explosions and use clever tricks to attack enemies!
扩展基本信息
名称 | Bomberman |
ID | jkaddaomlnmhfjghihkioafdeacbdlla |
官方URL | https://chromewebstore.google.com/detail/bomberman/jkaddaomlnmhfjghihkioafdeacbdlla |
简介 | Bomberman is a retro game in which almost everyone played. Play in the pop-up! |
文件大小 | 605 KB |
安装次数 | 34,958 |
当前版本 | 3.2.0.4 |
更新时间 | 2022-12-24 |
上架时间 | 2021-09-12 |
评分 | 4.76/5 共58次评分 |
开发者 | New Games World |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://bit.ly/3O5JSJJ |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "files\/superagent.js", "files\/anticheat.js", "files\/typ_push.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "contentSettings", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "storage", "https:\/\/*\/*", "cookies" ], "version": "3.2.0.4", "web_accessible_resources": [ "app.html" ] } |