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
公式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
Eメール [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"
            ]
        }
    ]
}