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
官方網址 https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
簡介 Quiz Sniper
檔案大小 451 KB
安裝次數 40
目前版本 1.0
更新時間 2023-10-23
上架時間 2023-10-21
開發者 quizsniperllc
電子郵箱 [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';"
    }
}