UUID Finder

This extension will automatically display the UUID at the top of the page.

What is UUID Finder?

UUID Finder is a Chrome extension developed by Professor Premium, and its main feature is "This extension will automatically display the UUID at the top of the page.".

Extension Screenshots

screenshot
screenshot

Download UUID Finder Extension CRX File

Download UUID Finder 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

                        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.                    

Extension Basic Information

Name UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
Official URL https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
Description This extension will automatically display the UUID at the top of the page.
File Size 16.24 KB
Installation Count 1,072
Current Version 0.0.3
Last Updated 2021-10-27
Publish Date 2021-10-22
Rating 5.00/5 Total 1 Ratings
Developer Professor Premium
Email [email protected]
Payment Type free
Extension Website https://github.com/gNabeen/UUID-Finder/
Privacy Policy Page URL https://www.chegg.com/privacypolicy
Supported Languages 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"
            ]
        }
    ]
}