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.

Co je Destiny Guardian Render (Old)?

Destiny Guardian Render (Old) je rozšíření Chrome vyvinuté starsidefoundry, a jeho hlavní funkcí je „The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Destiny Guardian Render (Old)

Stáhněte si soubory rozšíření Destiny Guardian Render (Old) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Destiny Guardian Render (Old) Destiny Guardian Render (Old)
ID jceblpodpeobahlgoghimefjpcgecadl
Oficiální URL https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl
Popis The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.
Velikost souboru 7.79 MB
Počet instalací 116
Aktuální Verze 0.0.0.8
Poslední Aktualizace 2017-08-25
Datum Vydání 2017-08-25
Vývojář starsidefoundry
Typ Platby free
Webové stránky Rozšíření http://starsidefoundry.com/
Podporované Jazyky 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'"
}