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によって開発されたChromeの拡張機能で、その主な機能は「Pulls potential weapons from your bungie gear manager page and presents a random loadout.」です。

拡張機能のスクリーンショット

screenshot

Destiny Random Loadout拡張機能のCRXファイルをダウンロード

Destiny Random Loadout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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"
}