Chegg Skip Extension

Skip Chegg Question with reason don't have subject knowledge with just single click!

Co to jest Chegg Skip Extension?

Chegg Skip Extension to rozszerzenie Chrome opracowane przez Kasi Reddy D, a jego główną funkcją jest „Skip Chegg Question with reason don't have subject knowledge with just single click!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Chegg Skip Extension

Pobierz pliki rozszerzeń Chegg Skip Extension 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

                        Skip Chegg Question with one click.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chegg Skip Extension Chegg Skip Extension
ID faccodjobfpcgkppnoikebhllclepeia
Oficjalny URL https://chromewebstore.google.com/detail/chegg-skip-extension/faccodjobfpcgkppnoikebhllclepeia
Opis Skip Chegg Question with reason don't have subject knowledge with just single click!
Rozmiar pliku 10.94 KB
Liczba instalacji 5,484
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-09-28
Data Publikacji 2020-11-29
Ocena 4.07/5 Łącznie 55 Oceny
Deweloper Kasi Reddy D
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chegg Skip Extension",
    "version": "1.2",
    "description": "Skip Chegg Question with reason don't have subject knowledge with just single click!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/expert.chegg.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "incognito": "split"
}