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)是由starsidefoundry开发的Chrome扩展程序,该扩展的主要功能是“The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.”。

扩展截图

screenshot

下载Destiny Guardian Render (Old)扩展crx文件

下载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) 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'"
}