Unity Asset Store Price Tracker
This extension allows you to track prices of Unity assets
Τι είναι το Unity Asset Store Price Tracker;
Το Unity Asset Store Price Tracker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://xamin.it, και η κύρια λειτουργία του είναι "This extension allows you to track prices of Unity assets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Unity Asset Store Price Tracker
Λήψη αρχείων επέκτασης Unity Asset Store Price Tracker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
* Price History charts Detailed Price History charts for Unity3D assets. No account needed. Just install and start saving money. This extension does not add any browser buttons. You can access and set it up on any Unity asset page. We follow Chrome's minimum permissions policy and only request the following permissions: - Access to price-tracker-mocha.now.sh: needed for communication with our servers to provide the extension with price history data. - Access to assetstore.unity.com/packages/: Required to embed our price history graph directly on Unity Asset Store product pages.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Unity Asset Store Price Tracker |
ID | obloajgadlgbdhpmcobhhegceipmhhll |
Επίσημο URL | https://chromewebstore.google.com/detail/unity-asset-store-price-t/obloajgadlgbdhpmcobhhegceipmhhll |
Περιγραφή | This extension allows you to track prices of Unity assets |
Μέγεθος Αρχείου | 85.12 KB |
Αριθμός Εγκαταστάσεων | 1,067 |
Τρέχουσα Έκδοση | 0.1.6 |
Τελευταία Ενημέρωση | 2023-12-22 |
Ημερομηνία Δημοσίευσης | 2020-04-30 |
Αξιολόγηση | 4.24/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | https://xamin.it |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://xamin.it/privacy-unity.txt |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unity Asset Store Price Tracker", "version": "0.1.6", "description": "This extension allows you to track prices of Unity assets", "manifest_version": 3, "icons": { "128": "icon128.png" }, "host_permissions": [ "https:\/\/assetstore.unity.com\/packages\/*", "https:\/\/price-tracker-mocha.now.sh\/*" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/assetstore.unity.com\/packages\/*" ], "js": [ "dependencies\/chart.min.js", "content-script.js" ] } ], "action": { "default_icon": { "128": "icon128.png" } }, "web_accessible_resources": [ { "resources": [ "dependencies\/chart.min.js" ], "matches": [ " |