Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Co je Chegg Auto Refresher?

Chegg Auto Refresher je rozšíření Chrome vyvinuté https://tushgaurav.in, a jeho hlavní funkcí je „Auto refreshes Chegg Expert Q&A page for new questions“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Chegg Auto Refresher

Stáhněte si soubory rozšíření Chegg Auto Refresher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
Oficiální URL https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Popis Auto refreshes Chegg Expert Q&A page for new questions
Velikost souboru 12.72 KB
Počet instalací 884
Aktuální Verze 1.0
Poslední Aktualizace 2023-07-12
Datum Vydání 2023-07-11
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář https://tushgaurav.in
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}