Chegg Auto Refresher

Auto refreshes Chegg Expert Q&A page for new questions

Apa itu Chegg Auto Refresher?

Chegg Auto Refresher adalah ekstensi Chrome yang dikembangkan oleh https://tushgaurav.in, dan fitur utamanya adalah "Auto refreshes Chegg Expert Q&A page for new questions".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chegg Auto Refresher

Unduh file ekstensi Chegg Auto Refresher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Chegg Auto Refresher Chegg Auto Refresher
ID alkblilamfjefheigemcgjbbgbheopli
URL Resmi https://chromewebstore.google.com/detail/chegg-auto-refresher/alkblilamfjefheigemcgjbbgbheopli
Deskripsi Auto refreshes Chegg Expert Q&A page for new questions
Ukuran File 12.72 KB
Jumlah Instalasi 884
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-07-12
Tanggal Publikasi 2023-07-11
Penilaian 4.00/5 Total 1 Penilaian
Pengembang https://tushgaurav.in
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}