Chegg unblocker

Unblocks chegg multi-device limit

什麼是Chegg unblocker?

Chegg unblocker是由https://danielkasabov.com開發的Chrome擴展程式,該擴展的主要功能是“Unblocks chegg multi-device limit”。

擴展截圖

screenshot

下載Chegg unblocker擴展crx文件

下載Chegg unblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        If you are like me and have more than 2 devices that you regularily use chegg on, you might have gotten the annoying message that you must either swap devices or not use chegg.

For something that costs ~$20/month this is ridiculuous and annoying. This script, will remove the blocker for you automatically when accessing chegg on a device that isn't registered.

https://github.com/dkasabovn/chegg-unblocker                    

擴展基本資訊

名稱 Chegg unblocker Chegg unblocker
ID occickpdkmcmaikljlcigejbienoncfh
官方網址 https://chromewebstore.google.com/detail/chegg-unblocker/occickpdkmcmaikljlcigejbienoncfh
簡介 Unblocks chegg multi-device limit
檔案大小 3.23 KB
安裝次數 1,149
目前版本 1.0
更新時間 2022-03-01
上架時間 2022-02-28
評分 1.00/5 共 2 次評分
開發者 https://danielkasabov.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dkasabovn/chegg-unblocker
說明頁面URL https://github.com/dkasabovn/chegg-unblocker
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chegg unblocker",
    "description": "Unblocks chegg multi-device limit",
    "version": "1.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chegg.com\/homework-help\/*"
            ],
            "js": [
                "cm-block-remover.js"
            ]
        }
    ]
}