Space Canyon
Inspired by Geometry Dash! Play in popup window.
Cos'è Space Canyon?
Space Canyon è un'estensione di Chrome sviluppata da http://onionfist.net, e la sua funzione principale è "Inspired by Geometry Dash! Play in popup window.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Space Canyon
Scarica i file di estensione Space Canyon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Jump and roll! Dodge all types of obstacles in this galactic parkour.
Informazioni di Base sull'Estensione
Nome | |
ID | mbobnjmkflfinnnbmnpoecchmidmgglf |
URL Ufficiale | https://chrome.google.com/webstore/detail/space-canyon/mbobnjmkflfinnnbmnpoecchmidmgglf |
Descrizione | Inspired by Geometry Dash! Play in popup window. |
Dimensione del File | 8.17 MB |
Conteggio Installazioni | 34,920 |
Versione Corrente | 0.002 |
Ultimo Aggiornamento | 2022-03-06 |
Data di Pubblicazione | 2022-02-10 |
Valutazione | 4.00/5 Totale 9 Valutazioni |
Sviluppatore | http://onionfist.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://onionfist.net/ |
Lingue Supportate | 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\/*" ] } } |