Space Canyon
Inspired by Geometry Dash! Play in popup window.
What is Space Canyon?
Space Canyon is a Chrome extension developed by http://onionfist.net, and its main feature is "Inspired by Geometry Dash! Play in popup window.".
Extension Screenshots
Download Space Canyon Extension CRX File
Download Space Canyon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Jump and roll! Dodge all types of obstacles in this galactic parkour.
Extension Basic Information
Name | |
ID | mbobnjmkflfinnnbmnpoecchmidmgglf |
Official URL | https://chrome.google.com/webstore/detail/space-canyon/mbobnjmkflfinnnbmnpoecchmidmgglf |
Description | Inspired by Geometry Dash! Play in popup window. |
File Size | 8.17 MB |
Installation Count | 34,920 |
Current Version | 0.002 |
Last Updated | 2022-03-06 |
Publish Date | 2022-02-10 |
Rating | 4.00/5 Total 9 Ratings |
Developer | http://onionfist.net |
[email protected] | |
Payment Type | free |
Extension Website | https://onionfist.net/ |
Supported Languages | 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\/*" ] } } |