SUSCHEGG UUID

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

什麼是SUSCHEGG UUID?

SUSCHEGG UUID是由getvexer開發的Chrome擴展程式,該擴展的主要功能是“This extension will automatically display the UUID at the top of the page.”。

擴展截圖

screenshot
screenshot
screenshot

下載SUSCHEGG UUID擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}