UUID Finder

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

ما هو UUID Finder؟

UUID Finder هو إضافة Chrome تم تطويرها بواسطة Professor Premium، والميزة الرئيسية لها هي "This extension will automatically display the UUID at the top of the page.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة UUID Finder

قم بتنزيل ملفات الامتداد UUID Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم UUID Finder UUID Finder
ID hdenpcfifhgoabfkmikpfbgoldfnddjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/uuid-finder/hdenpcfifhgoabfkmikpfbgoldfnddjk
الوصف This extension will automatically display the UUID at the top of the page.
حجم الملف 16.24 KB
عدد التثبيتات 1,072
النسخة الحالية 0.0.3
آخر تحديث 2021-10-27
تاريخ النشر 2021-10-22
تقييم 5.00/5 مجموع تقييمات 1
المطور Professor Premium
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/gNabeen/UUID-Finder/
عنوان صفحة سياسة الخصوصية https://www.chegg.com/privacypolicy
اللغات المدعومة 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"
            ]
        }
    ]
}