SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
¿Qué es SUSCHEGG UUID?
SUSCHEGG UUID es una extensión de Chrome desarrollada por getvexer, y su función principal es "This extension will automatically display the UUID at the top of the page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SUSCHEGG UUID
Descarga archivos de extensión SUSCHEGG UUID en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
Información Básica de la Extensión
Nombre | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
URL Oficial | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
Descripción | This extension will automatically display the UUID at the top of the page. |
Tamaño del Archivo | 13.34 KB |
Cantidad de Instalaciones | 53 |
Versión Actual | 1.0 |
Última Actualización | 2022-10-04 |
Fecha de Publicación | 2022-10-04 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | getvexer |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://suschegg.com/ |
URL de la Página de Ayuda | https://suschegg.com/discord |
URL de la Página de Política de Privacidad | https://suschegg.com/tos |
Idiomas Soportados | 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" ] } ] } |