SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
Wat is SUSCHEGG UUID?
SUSCHEGG UUID is een Chrome-extensie ontwikkeld door getvexer, en de belangrijkste functie is "This extension will automatically display the UUID at the top of the page.".
Extensie Screenshots
Download het CRX-bestand van de extensie SUSCHEGG UUID
Download SUSCHEGG UUID-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
Basisinformatie over de Extensie
Naam | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
Officiële URL | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
Beschrijving | This extension will automatically display the UUID at the top of the page. |
Bestandsgrootte | 13.34 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-10-04 |
Publicatiedatum | 2022-10-04 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | getvexer |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://suschegg.com/ |
Help Pagina-URL | https://suschegg.com/discord |
URL van de Privacybeleid Pagina | https://suschegg.com/tos |
Ondersteunde Talen | 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" ] } ] } |