Beyond RNG

Randomiser for DNDBeyond

Beyond RNGとは何ですか?

Beyond RNGはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Randomiser for DNDBeyond」です。

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

screenshot
screenshot
screenshot

Beyond RNG拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allows random items to be selected from any list page within DNDbeyond. It works with any filter that can be applied.

Need a random common magic item as loot?
Need 5 spells of levels 1-3?
Need a construct of 0-2 CR?

These list pages include
- Spells
- Monsters
- Magic Items
- Feats
- Backgrounds
- Equipment

It also includes the same functionality for homebrew items on the following pages
- Spells
- Monsters
- Magic Items
- Feats
- Backgrounds
- Subclasses
- Races


Say thanks paypal.me/baindev                    

拡張機能の基本情報

名前 Beyond RNG Beyond RNG
ID impdabbijmnadimnbicoaigmhgfmlnnd
公式URL https://chromewebstore.google.com/detail/beyond-rng/impdabbijmnadimnbicoaigmhgfmlnnd
説明 Randomiser for DNDBeyond
ファイルサイズ 226 KB
インストール数 134
現在のバージョン 1.0.1
最終更新日 2022-04-14
公開日 2022-04-12
評価 4.00/5 合計 1 レビュー
開発者 Unknown
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/bain2236/Beyond-RNG
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Beyond RNG",
    "version": "1.0.1",
    "description": "Randomiser for DNDBeyond",
    "icons": {
        "128": "icons\/RNG-logo128.png"
    },
    "permissions": [
        "*:\/\/*.dndbeyond.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dndbeyond.com\/spells*",
                "https:\/\/www.dndbeyond.com\/magic-items*",
                "https:\/\/www.dndbeyond.com\/monsters*",
                "https:\/\/www.dndbeyond.com\/equipment*",
                "https:\/\/www.dndbeyond.com\/feats*",
                "https:\/\/www.dndbeyond.com\/backgrounds*",
                "https:\/\/www.dndbeyond.com\/homebrew*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/RNG-1-128.png"
            ],
            "matches": [
                "https:\/\/www.dndbeyond.com\/*"
            ]
        }
    ]
}