SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
Was ist SUSCHEGG UUID?
SUSCHEGG UUID ist eine Chrome-Erweiterung, die von getvexer entwickelt wurde, und ihr Hauptmerkmal ist "This extension will automatically display the UUID at the top of the page.".
Erweiterungsscreenshots
SUSCHEGG UUID-Erweiterungs-CRX-Datei herunterladen
Laden Sie SUSCHEGG UUID-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
Grundlegende Informationen zur Erweiterung
Name | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
Offizielle URL | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
Beschreibung | This extension will automatically display the UUID at the top of the page. |
Dateigröße | 13.34 KB |
Installationsanzahl | 53 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-10-04 |
Veröffentlichungsdatum | 2022-10-04 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | getvexer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://suschegg.com/ |
Hilfeseite URL | https://suschegg.com/discord |
URL der Datenschutzrichtlinien-Seite | https://suschegg.com/tos |
Unterstützte Sprachen | 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" ] } ] } |