Chegg Expert Upvotes
Upvote solutions in Chegg Expert Q&A
什么是Chegg Expert Upvotes?
Chegg Expert Upvotes是由Alcazar开发的Chrome扩展程序,该扩展的主要功能是“Upvote solutions in Chegg Expert Q&A”。
扩展截图
下载Chegg Expert Upvotes扩展crx文件
下载Chegg Expert Upvotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get upvotes on your answers submitted in Chegg Q&A. If you are facing issues, you may contact @jeff_alcazar on Telegram.
扩展基本信息
名称 | Chegg Expert Upvotes |
ID | llkjcggdocmbcmechdifajigadffgldl |
官方URL | https://chromewebstore.google.com/detail/chegg-expert-upvotes/llkjcggdocmbcmechdifajigadffgldl |
简介 | Upvote solutions in Chegg Expert Q&A |
文件大小 | 24.95 KB |
安装次数 | 200 |
当前版本 | 0.5 |
更新时间 | 2023-11-28 |
上架时间 | 2023-04-26 |
评分 | 1.00/5 共2次评分 |
开发者 | Alcazar |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://unblur.top |
帮助页面URL | https://t.me/jeff_alcazar |
支持的语言 | 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" } |