Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Co to jest Chegg Auto Refresher?

Chegg Auto Refresher to rozszerzenie Chrome opracowane przez https://tushgaurav.in, a jego główną funkcją jest „Auto refreshes Chegg Expert Q&A page for new questions”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chegg Auto Refresher

Pobierz pliki rozszerzeń Chegg Auto Refresher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
Oficjalny URL https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Opis Auto refreshes Chegg Expert Q&A page for new questions
Rozmiar pliku 12.72 KB
Liczba instalacji 884
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-07-12
Data Publikacji 2023-07-11
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://tushgaurav.in
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}