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) là gì?
Destiny Guardian Render (Old) là một tiện ích mở rộng Chrome được phát triển bởi starsidefoundry, và tính năng chính của nó là "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Destiny Guardian Render (Old)
Tải xuống các tệp mở rộng Destiny Guardian Render (Old) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Destiny Guardian Render (Old) |
ID | jceblpodpeobahlgoghimefjpcgecadl |
URL Chính Thức | https://chromewebstore.google.com/detail/destiny-guardian-render-o/jceblpodpeobahlgoghimefjpcgecadl |
Mô tả | The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc. |
Kích Thước Tệp | 7.79 MB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 0.0.0.8 |
Cập Nhật Lần Cuối | 2017-08-25 |
Ngày Phát Hành | 2017-08-25 |
Nhà Phát Triển | starsidefoundry |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://starsidefoundry.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |