UUID Finder
This extension will automatically display the UUID at the top of the page.
Co je UUID Finder?
UUID Finder je rozšíření Chrome vyvinuté Professor Premium, a jeho hlavní funkcí je „This extension will automatically display the UUID at the top of the page.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření UUID Finder
Stáhněte si soubory rozšíření UUID Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | UUID Finder |
ID | hdenpcfifhgoabfkmikpfbgoldfnddjk |
Oficiální URL | https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk |
Popis | This extension will automatically display the UUID at the top of the page. |
Velikost souboru | 16.24 KB |
Počet instalací | 1,072 |
Aktuální Verze | 0.0.3 |
Poslední Aktualizace | 2021-10-27 |
Datum Vydání | 2021-10-22 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Professor Premium |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/gNabeen/UUID-Finder/ |
URL Stránky Zásad Ochrany Soukromí | https://www.chegg.com/privacypolicy |
Podporované Jazyky | 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" ] } ] } |