Double Dragon Chrome

A fighting Arcade Game

Was ist Double Dragon Chrome?

Double Dragon Chrome ist eine Chrome-Erweiterung, die von https://planet51.games entwickelt wurde, und ihr Hauptmerkmal ist "A fighting Arcade Game".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Double Dragon Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Double Dragon Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Double Dragon Chrome Double Dragon Chrome
ID flbnbkhaikaokdpgdejjikpdcianpehp
Offizielle URL https://chromewebstore.google.com/detail/double-dragon-chrome/flbnbkhaikaokdpgdejjikpdcianpehp
Beschreibung A fighting Arcade Game
Dateigröße 39.01 KB
Installationsanzahl 173
Aktuelle Version 1.0
Letztes Update 2018-04-12
Veröffentlichungsdatum 2018-04-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://planet51.games
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}