SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
Hvad er SUSCHEGG UUID?
SUSCHEGG UUID er en Chrome-udvidelse udviklet af getvexer, og dens hovedfunktion er "This extension will automatically display the UUID at the top of the page.".
Udvidelsesskærmbilleder
Download SUSCHEGG UUID-udvidelses-CRX-fil
Download SUSCHEGG UUID-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/ Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | gjehamgkcgppiifccfljjnkjloklejak |
| Officiel URL | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
| Beskrivelse | This extension will automatically display the UUID at the top of the page. |
| Filstørrelse | 13.34 KB |
| Antal Installationer | 53 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-10-04 |
| Udgivelsesdato | 2022-10-04 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | getvexer |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://suschegg.com/ |
| Hjælpeside-URL | https://suschegg.com/discord |
| URL til Fortrolighedspolitik Side | https://suschegg.com/tos |
| Understøttede Sprog | 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"
]
}
]
} | |