Babel x Discord Plugin

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

什麼是Babel x Discord Plugin?

Babel x Discord Plugin是由0jinxing開發的Chrome擴展程式,該擴展的主要功能是“The extension is used to obtain the user authorization information of Discord”。

擴展截圖

screenshot

下載Babel x Discord Plugin擴展crx文件

下載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
官方網址 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\/*"
        ]
    }
}