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.
Cos'è Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) è un'estensione di Chrome sviluppata da starsidefoundry, e la sua funzione principale è "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Destiny Guardian Render (Old)
Scarica i file di estensione Destiny Guardian Render (Old) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Destiny Guardian Render (Old) |
ID | jceblpodpeobahlgoghimefjpcgecadl |
URL Ufficiale | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
Descrizione | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
Dimensione del File | 7.79 MB |
Conteggio Installazioni | 116 |
Versione Corrente | 0.0.0.8 |
Ultimo Aggiornamento | 2017-08-25 |
Data di Pubblicazione | 2017-08-25 |
Sviluppatore | starsidefoundry |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://starsidefoundry.com/ |
Lingue Supportate | 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'" } |