Babel x Discord Plugin

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

Hvad er Babel x Discord Plugin?

Babel x Discord Plugin er en Chrome-udvidelse udviklet af 0jinxing, og dens hovedfunktion er "The extension is used to obtain the user authorization information of Discord".

Udvidelsesskærmbilleder

screenshot

Download Babel x Discord Plugin-udvidelses-CRX-fil

Download Babel x Discord Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Babel x Discord Plugin Babel x Discord Plugin
ID epjkclkgelakklndnejmmanfgoncfoha
Officiel URL https://chromewebstore.google.com/detail/babel-x-discord-plugin/epjkclkgelakklndnejmmanfgoncfoha
Beskrivelse The extension is used to obtain the user authorization information of Discord
Filstørrelse 6.18 KB
Antal Installationer 45
Nuværende Version 0.0.1
Senest Opdateret 2022-06-18
Udgivelsesdato 2022-06-18
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler 0jinxing
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://babel-web3.heyfriday.io
Understøttede Sprog 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\/*"
        ]
    }
}