Quiz Sniper

Quiz Sniper

Quiz Sniperとは何ですか?

Quiz Sniperはquizsniperllcによって開発されたChromeの拡張機能で、その主な機能は「Quiz Sniper」です。

拡張機能のスクリーンショット

screenshot
screenshot

Quiz Sniper拡張機能のCRXファイルをダウンロード

Quiz Sniper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        AI Homework Helper | Quiz Sniper
Utilizing advanced AI to streamline learning by providing swift answers and condensed summaries for complex material, reducing search, reading, and study time on Chrome.

One Click Question Solving
With just a click, get detailed solutions to your assignment questions, helping you understand complex concepts and enhance your problem-solving skills.
Quizsniper is integrated with specialized support for Canvas and many more.

Universal Compatibility
Simply select the adjacent button to your query, and Quizsniper swiftly delivers a precise and succinct response.

Our AI assistant stands ready to assist you with guidance on your learning path
Additionally, explore our convenient RIGHT CLICK feature across any website.                    

拡張機能の基本情報

名前 Quiz Sniper Quiz Sniper
ID gcaapfaaihjlkjojahoammfpnjgopahg
公式URL https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
説明 Quiz Sniper
ファイルサイズ 451 KB
インストール数 40
現在のバージョン 1.0
最終更新日 2023-10-23
公開日 2023-10-21
開発者 quizsniperllc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://quizsniper.com
ヘルプページのURL https://quizsniper.com
プライバシーポリシーページのURL https://quizsniper.com/user/terms
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quiz Sniper",
    "version": "1.0",
    "description": "Quiz Sniper",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "http:\/\/localhost\/",
        "https:\/\/*\/",
        "*:\/\/*.google.com\/"
    ],
    "icons": {
        "128": "assets\/images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injectScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "assets\/images\/logo.png"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; script-src-elem * 'unsafe-inline'; object-src 'self';"
    }
}