Babel x Discord Plugin

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

Cos'è Babel x Discord Plugin?

Babel x Discord Plugin è un'estensione di Chrome sviluppata da 0jinxing, e la sua funzione principale è "The extension is used to obtain the user authorization information of Discord".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Babel x Discord Plugin

Scarica i file di estensione Babel x Discord Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Babel x Discord Plugin Babel x Discord Plugin
ID epjkclkgelakklndnejmmanfgoncfoha
URL Ufficiale https://chromewebstore.google.com/detail/babel-x-discord-plugin/epjkclkgelakklndnejmmanfgoncfoha
Descrizione The extension is used to obtain the user authorization information of Discord
Dimensione del File 6.18 KB
Conteggio Installazioni 45
Versione Corrente 0.0.1
Ultimo Aggiornamento 2022-06-18
Data di Pubblicazione 2022-06-18
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 0jinxing
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://babel-web3.heyfriday.io
Lingue Supportate 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\/*"
        ]
    }
}