Discord Base64 Decode

Adds Base64 decode button to message actions.

What is Discord Base64 Decode?

Discord Base64 Decode is a Chrome extension developed by ZedDev, and its main feature is "Adds Base64 decode button to message actions.".

Extension Screenshots

screenshot

Download Discord Base64 Decode Extension CRX File

Download Discord Base64 Decode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds Base64 decode button to message actions.                    

Extension Basic Information

Name Discord Base64 Decode Discord Base64 Decode
ID lkoepjheakfdcnpiojneoncnbinoddoa
Official URL https://chrome.google.com/webstore/detail/discord-base64-decode/lkoepjheakfdcnpiojneoncnbinoddoa
Description Adds Base64 decode button to message actions.
File Size 22.11 KB
Installation Count 38
Current Version 1.3
Last Updated 2020-04-01
Publish Date 2020-04-01
Rating 1.00/5 Total 1 Ratings
Developer ZedDev
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}