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.
Что такое Destiny Guardian Render (Old)?
Destiny Guardian Render (Old) - это расширение Chrome, разработанное starsidefoundry, и его основная функция - "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Снимки экрана расширения
Скачать файл CRX расширения Destiny Guardian Render (Old)
Скачайте файлы расширений Destiny Guardian Render (Old) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | Destiny Guardian Render (Old) |
ID | jceblpodpeobahlgoghimefjpcgecadl |
Официальный URL | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
Описание | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
Размер файла | 7.79 MB |
Количество установок | 116 |
Текущая Версия | 0.0.0.8 |
Последнее Обновление | 2017-08-25 |
Дата публикации | 2017-08-25 |
Разработчик | starsidefoundry |
Тип оплаты | free |
Официальный сайт расширения | http://starsidefoundry.com/ |
Поддерживаемые языки | 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'" } |