Quiz Sniper

Quiz Sniper

What is Quiz Sniper?

Quiz Sniper is a Chrome extension developed by quizsniperllc, and its main feature is "Quiz Sniper".

Extension Screenshots

screenshot
screenshot

Download Quiz Sniper Extension CRX File

Download Quiz Sniper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Quiz Sniper Quiz Sniper
ID gcaapfaaihjlkjojahoammfpnjgopahg
Official URL https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
Description Quiz Sniper
File Size 451 KB
Installation Count 40
Current Version 1.0
Last Updated 2023-10-23
Publish Date 2023-10-21
Developer quizsniperllc
Email [email protected]
Payment Type free
Extension Website https://quizsniper.com
Help Page URL https://quizsniper.com
Privacy Policy Page URL https://quizsniper.com/user/terms
Supported Languages 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';"
    }
}