Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Τι είναι το Chegg Auto Refresher;

Το Chegg Auto Refresher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tushgaurav.in, και η κύρια λειτουργία του είναι "Auto refreshes Chegg Expert Q&A page for new questions".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chegg Auto Refresher

Λήψη αρχείων επέκτασης Chegg Auto Refresher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Auto refreshes Chegg Expert Q&A page for new questions. You can also set your own refresh duration.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
Επίσημο URL https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Περιγραφή Auto refreshes Chegg Expert Q&A page for new questions
Μέγεθος Αρχείου 12.72 KB
Αριθμός Εγκαταστάσεων 884
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-07-12
Ημερομηνία Δημοσίευσης 2023-07-11
Αξιολόγηση 4.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://tushgaurav.in
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chegg Auto Refresher",
    "version": "1.0",
    "description": "Auto refreshes Chegg Expert Q&A page for new questions",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/expert.chegg.com\/qna\/authoring\/answer"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "Popup and Content Script",
        "default_popup": "popup.html"
    }
}