Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

What is Chegg Auto Refresher?

Chegg Auto Refresher is a Chrome extension developed by https://tushgaurav.in, and its main feature is "Auto refreshes Chegg Expert Q&A page for new questions".

Extension Screenshots

screenshot
screenshot
screenshot

Download Chegg Auto Refresher Extension CRX File

Download Chegg Auto Refresher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
Official URL https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Description Auto refreshes Chegg Expert Q&A page for new questions
File Size 12.72 KB
Installation Count 884
Current Version 1.0
Last Updated 2023-07-12
Publish Date 2023-07-11
Rating 4.00/5 Total 1 Ratings
Developer https://tushgaurav.in
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}