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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |