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
公式URL 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
Eメール [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"
            ]
        }
    ]
}