By: chris
Inspect and view changes in Simple Base64 Decoder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Base64 Decoder",
"version": "1.1",
"description": "Right-click to decode selected Base64 text and replace it in-place on the webpage.",
"browser_specific_settings": {
"gecko": {
"id": "base64-decoder@example.com",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"contextMenus",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "icon.svg",
"32": "icon.svg",
"48": "icon.svg",
"128": "icon.svg"
}
} Best Simple Base64 Decoder Alternatives
Here are some Firefox add-ons that are similar to Simple Base64 Decoder:
Base64 Decoder on Selection
createOne999
Decode base64 Extension
underlines
Base64 Codec
pshekhar
Page-Base64-Decoder
isrightkev
Decoder
Firefox user 14696955
Base64 Selection Decoder
Paweł Rak
Base64 Decoder
PlatinumSif
Base64 Pal
MRX
Decoder
cback
Base64 URL Decoder
arunpdl
Base64 decoder
Michael Staal-Olsen