SUSCHEGG UUID
This extension will automatically display the UUID at the top of the page.
What is SUSCHEGG UUID?
SUSCHEGG UUID is a Chrome extension developed by getvexer, and its main feature is "This extension will automatically display the UUID at the top of the page.".
Extension Screenshots
Download SUSCHEGG UUID Extension CRX File
Download SUSCHEGG UUID extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps you find the UUID of the website instantly. Powered by SUSCHEGG INC. http://suschegg.com/
Extension Basic Information
Name | SUSCHEGG UUID |
ID | gjehamgkcgppiifccfljjnkjloklejak |
Official URL | https://chromewebstore.google.com/detail/suschegg-uuid/gjehamgkcgppiifccfljjnkjloklejak |
Description | This extension will automatically display the UUID at the top of the page. |
File Size | 13.34 KB |
Installation Count | 53 |
Current Version | 1.0 |
Last Updated | 2022-10-04 |
Publish Date | 2022-10-04 |
Rating | 3.67/5 Total 3 Ratings |
Developer | getvexer |
[email protected] | |
Payment Type | free |
Extension Website | https://suschegg.com/ |
Help Page URL | https://suschegg.com/discord |
Privacy Policy Page URL | https://suschegg.com/tos |
Supported Languages | 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" ] } ] } |