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.
Hvad er Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) er en Chrome-udvidelse udviklet af starsidefoundry, og dens hovedfunktion er "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Udvidelsesskærmbilleder
Download Destiny Guardian Render (Old)-udvidelses-CRX-fil
Download Destiny Guardian Render (Old)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jceblpodpeobahlgoghimefjpcgecadl |
| Officiel URL | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
| Beskrivelse | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
| Filstørrelse | 7.79 MB |
| Antal Installationer | 116 |
| Nuværende Version | 0.0.0.8 |
| Senest Opdateret | 2017-08-25 |
| Udgivelsesdato | 2017-08-25 |
| Udvikler | starsidefoundry |
| Betalingsmetode | free |
| Udvidelseswebsted | http://starsidefoundry.com/ |
| Understøttede Sprog | 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'"
} | |