UUID Finder
This extension will automatically display the UUID at the top of the page.
Qu'est-ce que UUID Finder ?
UUID Finder est une extension Chrome développée par Professor Premium, 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 UUID Finder
Téléchargez les fichiers d'extension UUID Finder 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
This extension will automatically filter the page source code for Chegg URLs and display the UUID at the top of the page. You could inspect Chegg URLs and hit CTRL+F to find the UUID. This extension simply automates that. It does not show answer or anything that violates Chegg TOS.
Informations de Base sur l'Extension
Nom | UUID Finder |
ID | hdenpcfifhgoabfkmikpfbgoldfnddjk |
URL Officiel | https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk |
Description | This extension will automatically display the UUID at the top of the page. |
Taille du Fichier | 16.24 KB |
Nombre d'Installations | 1,072 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2021-10-27 |
Date de Publication | 2021-10-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Professor Premium |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gNabeen/UUID-Finder/ |
URL de la Page de Politique de Confidentialité | https://www.chegg.com/privacypolicy |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UUID Finder", "version": "0.0.3", "manifest_version": 2, "description": "This extension will automatically display the UUID at the top of the page.", "homepage_url": "http:\/\/www.professorbot.me", "icons": { "16": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon-19.png", "default_title": "UUID Finder", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "https:\/\/www.chegg.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.chegg.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |