Double Dragon Chrome

A fighting Arcade Game

什么是Double Dragon Chrome?

Double Dragon Chrome是由https://planet51.games开发的Chrome扩展程序,该扩展的主要功能是“A fighting Arcade Game”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Double Dragon Chrome扩展crx文件

下载Double Dragon Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A revolutionary and super - popular arcade game since its debut in 1987, Double Dragon is the undisputed godfather of the beat them all cooperative!
Double Dragon is a videogame released for recreational machines in 1987, developed by   Technos Japan, belonging to the genus beat them up (fights against several rivals). Its distribution in Europe and North America is carried it out by Taito. The title is considered an unofficial successor to the game Renegade Technos, similar theme. Double Dragon achieved great success in the arcades and began a period of great popularity for the beat them up, both recreational and consoles. It is currently considered as a classic.
Arcade version of Double Dragon
As in most recreational, you could play solo being the first or second player, Billy or Jimmy Lee in this case. The controls of the original version consist of three buttons, two for attacks (punch and kick) next to a third to jump, either to attack or dodge obstacles, next to the directions of movement. Combining these buttons and directions you can do more attacks, such as elbowing back, pressing punch and jump at once, knocking down enemies with a single blow, in addition to making you practically invulnerable while throwing (due to their effectiveness many players constantly used this technique to pass the game easily, which made it fit better in the conversions and sequels of the title). 
Pressing jump and kick at the same time we would execute a kick in back jump, although less effective than the elbow. If we press the kick button during a jump forward or back we would kick a jump, twice forward allows us to throw a head butt that knocks down most of the enemies, and if we strike several punches or kicks an opponent this is stunned, at which point we can throw an uppercut, a semicircular approach to kick or grab, where to give kneeing or throw it on the floor.
Phases you can face in Double Dragon
There are four phases, called missions in the game: the city, a factory, a forest and the hideout of the Black Warriors. The first three phases are linked as a single area, so that at the end of each mission players simply move to the next phase in a short automatic transition. On the contrary, at the end of the third mission the players automatically enter a door to go to the next phase.                    

扩展基本信息

名称 Double Dragon Chrome Double Dragon Chrome
ID flbnbkhaikaokdpgdejjikpdcianpehp
官方URL https://chromewebstore.google.com/detail/double-dragon-chrome/flbnbkhaikaokdpgdejjikpdcianpehp
简介 A fighting Arcade Game
文件大小 39.01 KB
安装次数 173
当前版本 1.0
更新时间 2018-04-12
上架时间 2018-04-12
评分 5.00/5 共1次评分
开发者 https://planet51.games
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Double Dragon Chrome",
    "manifest_version": 2,
    "short_name": "doubledragonchrome",
    "description": "A fighting Arcade Game",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "double dragon16.png"
    },
    "icons": {
        "128": "double dragon.png"
    }
}