SUSCHEGG UUID

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

SUSCHEGG UUID là gì?

SUSCHEGG UUID là một tiện ích mở rộng Chrome được phát triển bởi getvexer, và tính năng chính của nó là "This extension will automatically display the UUID at the top of the page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SUSCHEGG UUID

Tải xuống các tệp mở rộng SUSCHEGG UUID dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
URL Chính Thức https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Mô tả This extension will automatically display the UUID at the top of the page.
Kích Thước Tệp 13.34 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-04
Ngày Phát Hành 2022-10-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển getvexer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://suschegg.com/
URL Trang Trợ Giúp https://suschegg.com/discord
URL Trang Chính Sách Bảo Mật https://suschegg.com/tos
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}