SUSCHEGG UUID

This extension will automatically display the UUID at the top of the page.

SUSCHEGG UUID क्या है?

SUSCHEGG UUID getvexer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will automatically display the UUID at the top of the page."।

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

screenshot
screenshot
screenshot

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

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

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

                        Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/                    

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

नाम SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
आधिकारिक URL https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
विवरण This extension will automatically display the UUID at the top of the page.
फ़ाइल का आकार 13.34 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-10-04
प्रकाशन तिथि 2022-10-04
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर getvexer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://suschegg.com/
सहायता पृष्ठ URL https://suschegg.com/discord
गोपनीयता नीति पृष्ठ URL https://suschegg.com/tos
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SUSCHEGG UUID",
    "version": "1.0",
    "manifest_version": 3,
    "description": "This extension will automatically display the UUID at the top of the page.",
    "homepage_url": "http:\/\/suschegg.com\/",
    "icons": {
        "16": "icons\/icon-19.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon-19.png",
        "default_title": "SUSCHEGG UUID",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "host_permissions": [
        "https:\/\/www.chegg.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}