Double Dragon Chrome

A fighting Arcade Game

Qu'est-ce que Double Dragon Chrome ?

Double Dragon Chrome est une extension Chrome développée par https://planet51.games, et sa fonction principale est "A fighting Arcade Game".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Double Dragon Chrome

Téléchargez les fichiers d'extension Double Dragon Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Double Dragon Chrome Double Dragon Chrome
ID flbnbkhaikaokdpgdejjikpdcianpehp
URL Officiel https://chromewebstore.google.com/detail/double-dragon-chrome/flbnbkhaikaokdpgdejjikpdcianpehp
Description A fighting Arcade Game
Taille du Fichier 39.01 KB
Nombre d'Installations 173
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-12
Date de Publication 2018-04-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://planet51.games
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}