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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}