SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
Qu'est-ce que SUSCHEGG UUID ?
SUSCHEGG UUID est une extension Chrome développée par getvexer, et sa fonction principale est "This extension will automatically display the UUID at the top of the page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SUSCHEGG UUID
Téléchargez les fichiers d'extension SUSCHEGG UUID au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
Informations de Base sur l'Extension
Nom | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
URL Officiel | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
Description | This extension will automatically display the UUID at the top of the page. |
Taille du Fichier | 13.34 KB |
Nombre d'Installations | 53 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-10-04 |
Date de Publication | 2022-10-04 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | getvexer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://suschegg.com/ |
URL de la Page d'Aide | https://suschegg.com/discord |
URL de la Page de Politique de Confidentialité | https://suschegg.com/tos |
Langues Prises en Charge | 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" ] } ] } |