SUSCHEGG UUID

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

ما هو SUSCHEGG UUID؟

SUSCHEGG UUID هو إضافة Chrome تم تطويرها بواسطة getvexer، والميزة الرئيسية لها هي "This extension will automatically display the UUID at the top of the page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SUSCHEGG UUID

قم بتنزيل ملفات الامتداد SUSCHEGG UUID بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة https://suschegg.com/discord
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}