Star Trek The Next Generation III

A simple game in which you play as the enterprise destroying romulan war birds. This is

Qu'est-ce que Star Trek The Next Generation III ?

Star Trek The Next Generation III est une extension Chrome développée par cdb.brandt, et sa fonction principale est "A simple game in which you play as the enterprise destroying romulan war birds. This is ".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Star Trek The Next Generation III

Téléchargez les fichiers d'extension Star Trek The Next Generation III 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

                        This game is for a final project in school. It was built by only me in my computer science class. If you have any complaints, advice, recommendations: email them to me at [email protected]

The game is about the enterprise, flying through space and destroying romulan warbirds. The statrship tracks your mouse and will shoot with the left and right mouse buttons. Your health is located in the top left corner and when you die your score will be displayed for 10 seconds before restarting the game.                    

Informations de Base sur l'Extension

Nom Star Trek The Next Generation III Star Trek The Next Generation III
ID ilcdjhpajencgehodmkobocdggdellbb
URL Officiel https://chrome.google.com/webstore/detail/star-trek-the-next-genera/ilcdjhpajencgehodmkobocdggdellbb
Description A simple game in which you play as the enterprise destroying romulan war birds. This is
Taille du Fichier 7.21 MB
Nombre d'Installations 120
Version Actuelle 4.82
Dernière Mise à Jour 2017-06-02
Date de Publication 2017-06-02
Évaluation 2.33/5 Total 3 Évaluations
Développeur cdb.brandt
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Star Trek The Next Generation III",
    "description": "A simple game in which you play as the enterprise destroying romulan war birds. This is ",
    "version": "4.82",
    "manifest_version": 2,
    "browser_action": {
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    },
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "offline_enabled": true
}