Quiz Sniper

Quiz Sniper

Wat is Quiz Sniper?

Quiz Sniper is een Chrome-extensie ontwikkeld door quizsniperllc, en de belangrijkste functie is "Quiz Sniper".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Quiz Sniper

Download Quiz Sniper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quiz Sniper Quiz Sniper
ID gcaapfaaihjlkjojahoammfpnjgopahg
Officiële URL https://chromewebstore.google.com/detail/quiz-sniper/gcaapfaaihjlkjojahoammfpnjgopahg
Beschrijving Quiz Sniper
Bestandsgrootte 451 KB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2023-10-23
Publicatiedatum 2023-10-21
Ontwikkelaar quizsniperllc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://quizsniper.com
Help Pagina-URL https://quizsniper.com
URL van de Privacybeleid Pagina https://quizsniper.com/user/terms
Ondersteunde Talen 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';"
    }
}