Chegg Expert Upvotes

Upvote solutions in Chegg Expert Q&A

Wat is Chegg Expert Upvotes?

Chegg Expert Upvotes is een Chrome-extensie ontwikkeld door Alcazar, en de belangrijkste functie is "Upvote solutions in Chegg Expert Q&A".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Chegg Expert Upvotes

Download Chegg Expert Upvotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Chegg Expert Upvotes Chegg Expert Upvotes
ID llkjcggdocmbcmechdifajigadffgldl
Officiële URL https://chromewebstore.google.com/detail/chegg-expert-upvotes/llkjcggdocmbcmechdifajigadffgldl
Beschrijving Upvote solutions in Chegg Expert Q&A
Bestandsgrootte 24.95 KB
Aantal Installaties 200
Huidige Versie 0.5
Laatst Bijgewerkt 2023-11-28
Publicatiedatum 2023-04-26
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Alcazar
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://unblur.top
Help Pagina-URL https://t.me/jeff_alcazar
Ondersteunde Talen 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"
}