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.

¿Qué es Destiny Guardian Render (Old)?

Destiny Guardian Render (Old) es una extensión de Chrome desarrollada por starsidefoundry, y su función principal es "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Destiny Guardian Render (Old)

Descarga archivos de extensión Destiny Guardian Render (Old) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Destiny Guardian Render (Old) Destiny Guardian Render (Old)
ID jceblpodpeobahlgoghimefjpcgecadl
URL Oficial https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl
Descripción The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.
Tamaño del Archivo 7.79 MB
Cantidad de Instalaciones 116
Versión Actual 0.0.0.8
Última Actualización 2017-08-25
Fecha de Publicación 2017-08-25
Desarrollador starsidefoundry
Tipo de Pago free
Sitio Web de la Extensión http://starsidefoundry.com/
Idiomas Soportados 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'"
}