Babel x Discord Plugin

The extension is used to obtain the user authorization information of Discord

ما هو Babel x Discord Plugin؟

Babel x Discord Plugin هو إضافة Chrome تم تطويرها بواسطة 0jinxing، والميزة الرئيسية لها هي "The extension is used to obtain the user authorization information of Discord".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Babel x Discord Plugin

قم بتنزيل ملفات الامتداد Babel x Discord Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This plug-in is used to help obtain the user authorisation of discord online with one click, without going to discord to find the user authorisation code.                    

معلومات أساسية عن التمديد

الاسم Babel x Discord Plugin Babel x Discord Plugin
ID epjkclkgelakklndnejmmanfgoncfoha
عنوان URL الرسمي https://chromewebstore.google.com/detail/babel-x-discord-plugin/epjkclkgelakklndnejmmanfgoncfoha
الوصف The extension is used to obtain the user authorization information of Discord
حجم الملف 6.18 KB
عدد التثبيتات 45
النسخة الحالية 0.0.1
آخر تحديث 2022-06-18
تاريخ النشر 2022-06-18
تقييم 5.00/5 مجموع تقييمات 1
المطور 0jinxing
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://babel-web3.heyfriday.io
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.5a53d3fa.png",
        "48": "icon48.78309d40.png",
        "128": "icon128.2e1bbf07.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.5a53d3fa.png",
            "48": "icon48.78309d40.png"
        }
    },
    "version": "0.0.1",
    "name": "Babel x Discord Plugin",
    "description": "The extension is used to obtain the user authorization information of Discord",
    "author": "lin",
    "background": {
        "service_worker": "background.45ca50a5.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/babel-web3.heyfriday.io\/*",
                ""
            ],
            "js": [
                "content.3cf4613a.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "css": []
        }
    ],
    "permissions": [
        "webRequest",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "http:\/\/192.168.2.119:3000\/*",
            "http:\/\/localhost:3000\/*",
            "http:\/\/192.168.2.119:3001\/*",
            "http:\/\/localhost:3001\/*",
            "https:\/\/babel-web3.heyfriday.io\/*"
        ]
    }
}