Study Helper

Get quick, reliable answers to your homework and study questions.

Qu'est-ce que Study Helper ?

Study Helper est une extension Chrome développée par Study Helper, et sa fonction principale est "Get quick, reliable answers to your homework and study questions.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Study Helper

Téléchargez les fichiers d'extension Study Helper 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

                        There is no other way to put it, school is hard. Homework is hard. Studying is hard. Because of that, Study Helper is creating a way for you to get all the answers you need as quickly as you can get them. Currently, Study Helper assists in extending the daily access limit to questions posted on brianly.com. Future versions will see more tools and functionalities that allow you to get the most reliable answers when you need them. 


*DISCLAIMERS*
-Study Helper does not condone cheating or plagiarism. All of the answers that Study Helper assists with providing are for studying purposes only. 
-Study Helper is NOT a replacement for the websites that it operates on.                    

Informations de Base sur l'Extension

Nom Study Helper Study Helper
ID oimboniilmnjebfjflcijinpglgoifhm
URL Officiel https://chrome.google.com/webstore/detail/study-helper/oimboniilmnjebfjflcijinpglgoifhm
Description Get quick, reliable answers to your homework and study questions.
Taille du Fichier 8.1 KB
Nombre d'Installations 427
Version Actuelle 1.0
Dernière Mise à Jour 2020-11-11
Date de Publication 2020-11-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Study Helper
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Study Helper",
    "version": "1.0",
    "description": "Get quick, reliable answers to your homework and study questions.",
    "icons": {
        "128": "studyhelper128.png",
        "48": "studyhelper48.png",
        "16": "studyhelper16.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/brainly.com\/question\/*"
            ],
            "js": [
                "brainly.js"
            ]
        }
    ]
}