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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}