Chegg Expert Upvotes
Upvote solutions in Chegg Expert Q&A
Qu'est-ce que Chegg Expert Upvotes ?
Chegg Expert Upvotes est une extension Chrome développée par Alcazar, et sa fonction principale est "Upvote solutions in Chegg Expert Q&A".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chegg Expert Upvotes
Téléchargez les fichiers d'extension Chegg Expert Upvotes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Get upvotes on your answers submitted in Chegg Q&A. If you are facing issues, you may contact @jeff_alcazar on Telegram.
Informations de Base sur l'Extension
Nom | Chegg Expert Upvotes |
ID | llkjcggdocmbcmechdifajigadffgldl |
URL Officiel | https://chromewebstore.google.com/detail/chegg-expert-upvotes/llkjcggdocmbcmechdifajigadffgldl |
Description | Upvote solutions in Chegg Expert Q&A |
Taille du Fichier | 24.95 KB |
Nombre d'Installations | 200 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2023-11-28 |
Date de Publication | 2023-04-26 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Alcazar |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://unblur.top |
URL de la Page d'Aide | https://t.me/jeff_alcazar |
Langues Prises en Charge | 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" } |