Chegg unblocker
Unblocks chegg multi-device limit
Chegg unblockerคืออะไร?
Chegg unblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://danielkasabov.com และคุณลักษณะหลักของมันคือ "Unblocks chegg multi-device limit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chegg unblocker
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |