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) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον starsidefoundry, και η κύρια λειτουργία του είναι "The world's first way to render your Guardian from Destiny 1 at high-resolution for use in media projects, social sharing, etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Destiny Guardian Render (Old)
Λήψη αρχείων επέκτασης 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'" } |