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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The extension is used to obtain the user authorization information of Discord"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Babel x Discord Plugin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
        ]
    }
}