Discord Base64 Decode
Adds Base64 decode button to message actions.
Was ist Discord Base64 Decode?
Discord Base64 Decode ist eine Chrome-Erweiterung, die von ZedDev entwickelt wurde, und ihr Hauptmerkmal ist "Adds Base64 decode button to message actions.".
Erweiterungsscreenshots
Discord Base64 Decode-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discord Base64 Decode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Adds Base64 decode button to message actions. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lkoepjheakfdcnpiojneoncnbinoddoa |
| Offizielle URL | https://chrome.google.com/webstore/detail/discord-base64-decode/lkoepjheakfdcnpiojneoncnbinoddoa |
| Beschreibung | Adds Base64 decode button to message actions. |
| Dateigröße | 22.11 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2020-04-01 |
| Veröffentlichungsdatum | 2020-04-01 |
| Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
| Entwickler | ZedDev |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |