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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Base64 Decode
قم بتنزيل ملفات الامتداد Discord Base64 Decode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds Base64 decode button to message actions.
معلومات أساسية عن التمديد
الاسم | ![]() |
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" ] } ] } |