Quiz Sniper

Quiz Sniper

Quiz Sniper क्या है?

Quiz Sniper quizsniperllc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quiz Sniper"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quiz Sniper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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';"
    }
}