SUSCHEGG UUID

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

Vad är SUSCHEGG UUID?

SUSCHEGG UUID är en Chrome-tillägg utvecklad av getvexer, och dess huvudfunktion är "This extension will automatically display the UUID at the top of the page.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner SUSCHEGG UUID-förlängningens CRX-fil

Ladda ner SUSCHEGG UUID-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SUSCHEGG UUID SUSCHEGG UUID
ID gjehamgkcgppiifccfljjnkjloklejak
Officiell webbadress https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak
Beskrivning This extension will automatically display the UUID at the top of the page.
Filstorlek 13.34 KB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2022-10-04
Publiceringsdatum 2022-10-04
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare getvexer
E-post getvexer@gmail.com
Betalningssätt free
Tilläggswebbplats https://suschegg.com/
Hjälpsida URL https://suschegg.com/discord
URL till Sekretesspolicy Sidan https://suschegg.com/tos
Stödda Språk 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"
            ]
        }
    ]
}