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”。

擴展截圖

screenshot

下載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 Chegg Expert Upvotes
ID llkjcggdocmbcmechdifajigadffgldl
官方網址 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"
}