Discord Base64 Decode

Adds Base64 decode button to message actions.

Discord Base64 Decodeとは何ですか?

Discord Base64 DecodeはZedDevによって開発されたChromeの拡張機能で、その主な機能は「Adds Base64 decode button to message actions.」です。

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

screenshot

Discord Base64 Decode拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Adds Base64 decode button to message actions.                    

拡張機能の基本情報

名前 Discord Base64 Decode Discord Base64 Decode
ID lkoepjheakfdcnpiojneoncnbinoddoa
公式URL https://chrome.google.com/webstore/detail/discord-base64-decode/lkoepjheakfdcnpiojneoncnbinoddoa
説明 Adds Base64 decode button to message actions.
ファイルサイズ 22.11 KB
インストール数 38
現在のバージョン 1.3
最終更新日 2020-04-01
公開日 2020-04-01
評価 1.00/5 合計 1 レビュー
開発者 ZedDev
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discord Base64 Decode",
    "version": "1.3",
    "description": "Adds Base64 decode button to message actions.",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discordapp.com\/channels\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}