Chegg Expert Upvotes

Upvote solutions in Chegg Expert Q&A

Apa itu Chegg Expert Upvotes?

Chegg Expert Upvotes adalah ekstensi Chrome yang dikembangkan oleh Alcazar, dan fitur utamanya adalah "Upvote solutions in Chegg Expert Q&A".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chegg Expert Upvotes

Unduh file ekstensi Chegg Expert Upvotes 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

                        Get upvotes on your answers submitted in Chegg Q&A.

If you are facing issues, you may contact @jeff_alcazar on Telegram.                    

Informasi Dasar Ekstensi

Nama Chegg Expert Upvotes Chegg Expert Upvotes
ID llkjcggdocmbcmechdifajigadffgldl
URL Resmi https://chromewebstore.google.com/detail/chegg-expert-upvotes/llkjcggdocmbcmechdifajigadffgldl
Deskripsi Upvote solutions in Chegg Expert Q&A
Ukuran File 24.95 KB
Jumlah Instalasi 200
Versi Saat Ini 0.5
Terakhir Diperbarui 2023-11-28
Tanggal Publikasi 2023-04-26
Penilaian 1.00/5 Total 2 Penilaian
Pengembang Alcazar
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://unblur.top
URL Halaman Bantuan https://t.me/jeff_alcazar
Bahasa yang Didukung en-US
manifest.json
{
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "init.js"
            ],
            "matches": [
                "https:\/\/expert.chegg.com\/*"
            ]
        }
    ],
    "description": "Upvote solutions in Chegg Expert Q&A",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "Chegg Expert Upvotes",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.5"
}