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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}