The Runner Game

Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys

Τι είναι το The Runner Game;

Το The Runner Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chandler.stimson, και η κύρια λειτουργία του είναι "Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης The Runner Game

Λήψη αρχείων επέκτασης The Runner Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension adds "The Runner Game" to your browser's toolbar, allowing you to play it within a popup area. To initiate the game, press the action button, and if you wish to stop, use the Escape key to close the popup.

How to Play:
By clicking on the action button, you can start the game, where you control a running character, such as a cat, using the space, up, or down keys to maneuver around obstacles. For additional options, right-click the action button to access the context menu.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα The Runner Game The Runner Game
ID dnnollknimhcdikdhpodkhcghmmggkmo
Επίσημο URL https://chromewebstore.google.com/detail/the-runner-game/dnnollknimhcdikdhpodkhcghmmggkmo
Περιγραφή Avoid obstacles, including cacti and pterodactyls by pressing the up and down keys
Μέγεθος Αρχείου 229 KB
Αριθμός Εγκαταστάσεων 126,468
Τρέχουσα Έκδοση 0.2.2
Τελευταία Ενημέρωση 2024-01-30
Ημερομηνία Δημοσίευσης 2021-03-01
Αξιολόγηση 4.68/5 Συνολικά 31 Αξιολογήσεις
Προγραμματιστής chandler.stimson
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://webextension.org/listing/the-runner-game.html
Διεύθυνση URL της Σελίδας Βοήθειας https://webextension.org/listing/the-runner-game.html
Υποστηριζόμενες Γλώσσες de,en,fr,nl,es,it,pl,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.2",
    "name": "The Runner Game",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/webextension.org\/listing\/the-runner-game.html",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "sandbox": {
        "pages": [
            "\/data\/popup\/game\/index.html"
        ]
    },
    "commands": {
        "_execute_action": []
    }
}