SUSCHEGG Unlocker

This extension will unlock answers on demand.

Qu'est-ce que SUSCHEGG Unlocker ?

SUSCHEGG Unlocker est une extension Chrome développée par https://suschegg.com, et sa fonction principale est "This extension will unlock answers on demand.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SUSCHEGG Unlocker

Téléchargez les fichiers d'extension SUSCHEGG Unlocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Get instant, accurate answers 24/7 with our extension, powered by suschegg.com. Ideal for homework, research, or curiosity. User-friendly and reliable.

Note: Active subscription required - start at just $1!                    

Informations de Base sur l'Extension

Nom SUSCHEGG Unlocker SUSCHEGG Unlocker
ID lmgdfnogocfflibblgddikbdncebighm
URL Officiel https://chromewebstore.google.com/detail/suschegg-unlocker/lmgdfnogocfflibblgddikbdncebighm
Description This extension will unlock answers on demand.
Taille du Fichier 66.95 KB
Nombre d'Installations 9,498
Version Actuelle 4.0
Dernière Mise à Jour 2024-01-07
Date de Publication 2023-04-20
Évaluation 2.49/5 Total 39 Évaluations
Développeur https://suschegg.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://suschegg.com/
URL de la Page d'Aide https://discord.gg/suschegg
URL de la Page de Politique de Confidentialité https://suschegg.com/tos
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SUSCHEGG Unlocker",
    "version": "4.0",
    "manifest_version": 3,
    "description": "This extension will unlock answers on demand.",
    "homepage_url": "http:\/\/suschegg.com\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/icon-512.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "SUSCHEGG Unlocker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.chegg.com\/*",
                "https:\/\/*.bartleby.com\/questions-and-answers\/*",
                "https:\/\/*.bartleby.com\/solution-answer\/*",
                "https:\/\/*.coursehero.com\/file\/*",
                "https:\/\/*.coursehero.com\/tutors-problems\/*",
                "https:\/\/*.quizlet.com\/explanations\/*",
                "https:\/\/*.numerade.com\/ask\/question\/*",
                "https:\/\/*.numerade.com\/amp\/*",
                "https:\/\/*.numerade.com\/questions\/*",
                "https:\/\/*.study.com\/academy\/answer\/*",
                "https:\/\/*.study.com\/academy\/lesson\/*",
                "https:\/\/*.study.com\/learn\/lesson\/*",
                "https:\/\/homework.study.com\/explanation\/*",
                "https:\/\/*.scribd.com\/document\/*",
                "https:\/\/*.scribd.com\/doc\/*",
                "https:\/\/*.scribd.com\/presentation\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}