Chegg unblocker
Unblocks chegg multi-device limit
什么是Chegg unblocker?
Chegg unblocker是由https://danielkasabov.com开发的Chrome扩展程序,该扩展的主要功能是“Unblocks chegg multi-device limit”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" ] } ] } |