Discord Base64 Decode

Adds Base64 decode button to message actions.

Discord Base64 Decodeคืออะไร?

Discord Base64 Decode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ZedDev และคุณลักษณะหลักของมันคือ "Adds Base64 decode button to message actions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Discord Base64 Decode

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}