Space Canyon

Inspired by Geometry Dash! Play in popup window.

Qu'est-ce que Space Canyon ?

Space Canyon est une extension Chrome développée par http://onionfist.net, et sa fonction principale est "Inspired by Geometry Dash! Play in popup window.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Space Canyon

Téléchargez les fichiers d'extension Space Canyon 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

                        Jump and roll! Dodge all types of obstacles in this galactic parkour.                    

Informations de Base sur l'Extension

Nom Space Canyon Space Canyon
ID mbobnjmkflfinnnbmnpoecchmidmgglf
URL Officiel https://chrome.google.com/webstore/detail/space-canyon/mbobnjmkflfinnnbmnpoecchmidmgglf
Description Inspired by Geometry Dash! Play in popup window.
Taille du Fichier 8.17 MB
Nombre d'Installations 34,920
Version Actuelle 0.002
Dernière Mise à Jour 2022-03-06
Date de Publication 2022-02-10
Évaluation 4.00/5 Total 9 Évaluations
Développeur http://onionfist.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://onionfist.net/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Space Canyon",
    "short_name": "Space Canyon",
    "description": "Inspired by Geometry Dash! Play in popup window.",
    "version": "0.002",
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "action": {
        "default_icon": "assets\/icons\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.onionfist.com\/*"
        ]
    }
}