Yggdrasil on ChromeOS
Access the Yggdrasil network on ChromeOS.
What is Yggdrasil on ChromeOS?
Yggdrasil on ChromeOS is a Chrome extension developed by Thingylabs, and its main feature is "Access the Yggdrasil network on ChromeOS.".
Extension Screenshots
Download Yggdrasil on ChromeOS Extension CRX File
Download Yggdrasil on ChromeOS 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
🖐️ Additional installation steps are required. See: https://github.com/perguth/yggdrasil-chromeos
Extension Basic Information
Name | Yggdrasil on ChromeOS |
ID | hcgljgobhoaeojnhikfmnhdpmgbmflec |
Official URL | https://chromewebstore.google.com/detail/yggdrasil-on-chromeos/hcgljgobhoaeojnhikfmnhdpmgbmflec |
Description | Access the Yggdrasil network on ChromeOS. |
File Size | 152 KB |
Installation Count | 24 |
Current Version | 5.0.0 |
Last Updated | 2019-09-15 |
Publish Date | 2019-09-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Thingylabs |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/perguth/yggdrasil-chromeos |
Help Page URL | https://github.com/perguth/yggdrasil-chromeos/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yggdrasil on ChromeOS", "version": "5.0.0", "description": "Access the Yggdrasil network on ChromeOS.", "permissions": [ "proxy" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "128": "y.128.png" } }, "icons": { "128": "y-green.128.png" }, "manifest_version": 2 } |