Armoury Exchange
Visit the Armoury Exchange online
Τι είναι το Armoury Exchange;
Το Armoury Exchange είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον raindish, και η κύρια λειτουργία του είναι "Visit the Armoury Exchange online".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Armoury Exchange
Λήψη αρχείων επέκτασης Armoury Exchange σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
View the items for sale to your characters in the Armoury Exchange without needing to boot the game and sit through all the loading screens Visit https://accounts.atoma.cloud to view your store. Version 1.6 adds: - Fixes rendering for new weapons Version 1.5 adds: - Filtering by specific stats Version 1.4 adds: - A new graphical filtering UI - Styling improvements (better on mobile screens) - Remembers the last selected character - More bug fixes Version 1.3 adds: - Melks Store - Advanced filtering - General bug fixes
Βασικές Πληροφορίες Επέκτασης
Όνομα | Armoury Exchange |
ID | hcjihmkcnjkfkaeebhnpjcnnibpoolgc |
Επίσημο URL | https://chromewebstore.google.com/detail/armoury-exchange/hcjihmkcnjkfkaeebhnpjcnnibpoolgc |
Περιγραφή | Visit the Armoury Exchange online |
Μέγεθος Αρχείου | 609 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.6.8 |
Τελευταία Ενημέρωση | 2023-12-11 |
Ημερομηνία Δημοσίευσης | 2022-12-30 |
Αξιολόγηση | 4.92/5 Συνολικά 72 Αξιολογήσεις |
Προγραμματιστής | raindish |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://ko-fi.com/raindish |
URL της Σελίδας Πολιτικής Απορρήτου | https://raindi.sh/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Armoury Exchange", "description": "Visit the Armoury Exchange online", "version": "1.6.8", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "bundle.js" ], "css": [ "bundle.css" ], "matches": [ "https:\/\/accounts.atoma.cloud\/*" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "Armoury Exchange" }, "background": { "service_worker": "background.js" } } |