Destiny Random Loadout
Pulls potential weapons from your bungie gear manager page and presents a random loadout.
Destiny Random Loadout क्या है?
Destiny Random Loadout Eliot Bradshaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pulls potential weapons from your bungie gear manager page and presents a random loadout."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Destiny Random Loadout एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Destiny Random Loadout is a simple chrome extension that works from the official Bungie Gear Manager page. It provides an easy way to select weapons randomly from your entire armory, across all characters and within your vault. With the click of a button, you can move pieces of gear to your active character making it easy to equip a random loadout between Crucible matches, or for that extra challenge in any Destiny activity. This is a simple extension originally built for personal use, there are few bells and no whistles, but feel free to suggest bells and/or whistles and let me know when it breaks. Though this extension works through the official Bungie Gear Manager page, it is in no way affiliated with or endorsed by Bungie.
एक्सटेंशन की मूल जानकारी
नाम | Destiny Random Loadout |
ID | mkcojmpjhgffjdcakmkhfeodaiabmhio |
आधिकारिक URL | https://chromewebstore.google.com/detail/destiny-random-loadout/mkcojmpjhgffjdcakmkhfeodaiabmhio |
विवरण | Pulls potential weapons from your bungie gear manager page and presents a random loadout. |
फ़ाइल का आकार | 11.25 KB |
स्थापना संख्या | 455 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-11-23 |
प्रकाशन तिथि | 2016-11-23 |
रेटिंग | 3.71/5 कुल 7 रेटिंग्स |
डेवलपर | Eliot Bradshaw |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Destiny Random Loadout", "version": "1.1", "manifest_version": 2, "description": "Pulls potential weapons from your bungie gear manager page and presents a random loadout.", "icons": { "128": "DRL_icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.bungie.net\/en\/Gear\/Manager\/*" ], "js": [ "destinyRandomLoadout.js" ] } ], "browser_action": { "default_title": "DRL", "default_icon": "DRL_icon_128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ], "short_name": "DRL", "author": "Eliot Bradshaw" } |