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 |
官方網址 | 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'" } |