Cheatoz

I am Cheatoz your AI question solver!.

ما هو Cheatoz؟

Cheatoz هو إضافة Chrome تم تطويرها بواسطة Cheatoz، والميزة الرئيسية لها هي "I am Cheatoz your AI question solver!.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Cheatoz

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

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

                        Cheatoz revolutionizes the way you access information. Whether you're looking for an exam solver, test solver, quiz solver, MCQ solver, or question solver, simply highlight the question or problem on any webpage, and Cheatoz springs into action, instantly providing you with the most relevant and accurate answer in a small, transparent box. Its unobtrusive design seamlessly integrates with your browser, ensuring a clutter-free browsing experience. With Cheatoz, the answers to your questions are just a highlight away, empowering you to tackle complex subjects with ease and efficiency. Experience the power of instant question solving at your fingertips with Cheatoz.                    

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

الاسم Cheatoz Cheatoz
ID cmkdhapaadkoeipbmhbkpieledgdfndl
عنوان URL الرسمي https://chromewebstore.google.com/detail/cheatoz/cmkdhapaadkoeipbmhbkpieledgdfndl
الوصف I am Cheatoz your AI question solver!.
حجم الملف 21.94 KB
عدد التثبيتات 4,000
النسخة الحالية 1.4.0
آخر تحديث 2023-06-29
تاريخ النشر 2023-06-12
تقييم 2.86/5 مجموع تقييمات 14
المطور Cheatoz
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://cheatoz.gumroad.com/l/buy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cheatoz",
    "version": "1.4.0",
    "description": "I am Cheatoz your AI question solver!.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}