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
公式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
Eメール [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"
            ]
        }
    ]
}