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.」です。
拡張機能のスクリーンショット
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) |
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'" } |