Destiny Guardian Render (Old)
The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.
What is Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) is a Chrome extension developed by starsidefoundry, and its main feature is "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Extension Screenshots
Download Destiny Guardian Render (Old) Extension CRX File
Download Destiny Guardian Render (Old) 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
NOTE: This is a fan-produced work and not officially affiliated with Bungie.net or the Destiny games. These are for your own personal use and enjoyment only!
Extension Basic Information
Name | Destiny Guardian Render (Old) |
ID | jceblpodpeobahlgoghimefjpcgecadl |
Official URL | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
Description | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
File Size | 7.79 MB |
Installation Count | 116 |
Current Version | 0.0.0.8 |
Last Updated | 2017-08-25 |
Publish Date | 2017-08-25 |
Developer | starsidefoundry |
Payment Type | free |
Extension Website | http://starsidefoundry.com/ |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Destiny Guardian Render (Old)", "description": "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.", "manifest_version": 2, "version": "0.0.0.8", "permissions": [ "storage", "https:\/\/www.bungie.net\/en\/Legend\/*" ], "background": { "scripts": [ "index.js" ], "persistent": false }, "browser_action": { "default_title": "Starside Foundry" }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.gstatic.com https:\/\/*.googleapis.com; object-src 'self'" } |