Discord Fast Login

Enables fast login for Discord tokens checked on discord-checker.janic.dev.

Discord Fast Login क्या है?

Discord Fast Login https://janic.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables fast login for Discord tokens checked on discord-checker.janic.dev."।

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

screenshot
screenshot

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

crx प्रारूप में Discord Fast Login एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension was made for the Discord Token Checker on https://discord-checker.janic.dev. It will only work on checked Discord accounts on this site. 

By using this extension you will enables the "Fast Login" button on the Discord Checker website itself, to directly login to Discord without the need to run any console scripts.

How does it work?

This extension will listen for the "Fast Login" button click on the website and create a new tab where it will automatically login to the selected account.                    

एक्सटेंशन की मूल जानकारी

नाम Discord Fast Login Discord Fast Login
ID ccekbfgamknaaidkdbbdmmbcioajaacl
आधिकारिक URL https://chromewebstore.google.com/detail/discord-fast-login/ccekbfgamknaaidkdbbdmmbcioajaacl
विवरण Enables fast login for Discord tokens checked on discord-checker.janic.dev.
फ़ाइल का आकार 70.42 KB
स्थापना संख्या 515
वर्तमान संस्करण 2.0.3
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-07-31
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://janic.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://discord-checker.janic.dev
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Fast Login",
    "version": "2.0.3",
    "description": "Enables fast login for Discord tokens checked on discord-checker.janic.dev.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.discord.com\/*",
        "https:\/\/*.janic.dev\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-32.png"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "192": "icon-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-192.png",
                "icon-32.png",
                "icon-16.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}