Chegg Expert Upvotes

Upvote solutions in Chegg Expert Q&A

What is Chegg Expert Upvotes?

Chegg Expert Upvotes is a Chrome extension developed by Alcazar, and its main feature is "Upvote solutions in Chegg Expert Q&A".

Extension Screenshots

screenshot

Download Chegg Expert Upvotes Extension CRX File

Download Chegg Expert Upvotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Chegg Expert Upvotes Chegg Expert Upvotes
ID llkjcggdocmbcmechdifajigadffgldl
Official URL https://chromewebstore.google.com/detail/chegg-expert-upvotes/llkjcggdocmbcmechdifajigadffgldl
Description Upvote solutions in Chegg Expert Q&A
File Size 24.95 KB
Installation Count 200
Current Version 0.5
Last Updated 2023-11-28
Publish Date 2023-04-26
Rating 1.00/5 Total 2 Ratings
Developer Alcazar
Email [email protected]
Payment Type free
Extension Website https://unblur.top
Help Page URL https://t.me/jeff_alcazar
Supported Languages 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"
}