Cheatoz

I am Cheatoz your AI question solver!.

什麼是Cheatoz?

Cheatoz是由Cheatoz開發的Chrome擴展程式,該擴展的主要功能是“I am Cheatoz your AI question solver!.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Cheatoz擴展crx文件

下載Cheatoz擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}