Armoury Exchange
Visit the Armoury Exchange online
Armoury Exchange क्या है?
Armoury Exchange raindish द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visit the Armoury Exchange online"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Armoury Exchange एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
}
} | |