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.
Was ist Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) ist eine Chrome-Erweiterung, die von starsidefoundry entwickelt wurde, und ihr Hauptmerkmal ist "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Erweiterungsscreenshots
Destiny Guardian Render (Old)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Destiny Guardian Render (Old)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jceblpodpeobahlgoghimefjpcgecadl |
| Offizielle URL | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
| Beschreibung | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
| Dateigröße | 7.79 MB |
| Installationsanzahl | 116 |
| Aktuelle Version | 0.0.0.8 |
| Letztes Update | 2017-08-25 |
| Veröffentlichungsdatum | 2017-08-25 |
| Entwickler | starsidefoundry |
| Zahlungsart | free |
| Erweiterungswebsite | http://starsidefoundry.com/ |
| Unterstützte Sprachen | 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'"
} | |