UUID Finder
This extension will automatically display the UUID at the top of the page.
Wat is UUID Finder?
UUID Finder is een Chrome-extensie ontwikkeld door Professor Premium, 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 UUID Finder
Download UUID Finder-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
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.
Basisinformatie over de Extensie
Naam | UUID Finder |
ID | hdenpcfifhgoabfkmikpfbgoldfnddjk |
Officiële URL | https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk |
Beschrijving | This extension will automatically display the UUID at the top of the page. |
Bestandsgrootte | 16.24 KB |
Aantal Installaties | 1,072 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2021-10-27 |
Publicatiedatum | 2021-10-22 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Professor Premium |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gNabeen/UUID-Finder/ |
URL van de Privacybeleid Pagina | https://www.chegg.com/privacypolicy |
Ondersteunde Talen | 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" ] } ] } |