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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
        ]
    }
}