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.
Wat is Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) is een Chrome-extensie ontwikkeld door starsidefoundry, en de belangrijkste functie is "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Destiny Guardian Render (Old)
Download Destiny Guardian Render (Old)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | jceblpodpeobahlgoghimefjpcgecadl |
| Officiële URL | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
| Beschrijving | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
| Bestandsgrootte | 7.79 MB |
| Aantal Installaties | 116 |
| Huidige Versie | 0.0.0.8 |
| Laatst Bijgewerkt | 2017-08-25 |
| Publicatiedatum | 2017-08-25 |
| Ontwikkelaar | starsidefoundry |
| Betalingswijze | free |
| Extensiewebsite | http://starsidefoundry.com/ |
| Ondersteunde Talen | 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'"
} | |