EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
EdPuzzle Bypassคืออะไร?
EdPuzzle Bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ComplexxBrian และคุณลักษณะหลักของมันคือ "Bypasses the EdPuzzle 'Prevent Skipping' filter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EdPuzzle Bypass
ดาวน์โหลดไฟล์ส่วนขยาย EdPuzzle Bypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Skip any EdPuzzle, including video's that prevent skipping. (This extension does NOT answer the questions for you, so you will need to answer them at the end) We are not affiliated with Edpuzzle Inc.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
คำอธิบาย | Bypasses the EdPuzzle 'Prevent Skipping' filter |
ขนาดไฟล์ | 81.78 KB |
จำนวนการติดตั้ง | 3,017 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2022-05-01 |
วันที่เผยแพร่ | 2022-04-28 |
คะแนน | 2.56/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | ComplexxBrian |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://extensions.brianwalczak.com |
URL หน้าช่วยเหลือ | https://www.brianwalczak.com |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EdPuzzle Bypass", "description": "Bypasses the EdPuzzle 'Prevent Skipping' filter", "version": "1.5", "content_scripts": [ { "matches": [ "https:\/\/*.edpuzzle.com\/assignments\/*", "http:\/\/*.edpuzzle.com\/assignments\/*", "https:\/\/*.edpuzzle.com\/watch\/*", "http:\/\/*.edpuzzle.com\/watch\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "icon.png", "16": "icon-small.png", "48": "icon.png" }, "manifest_version": 3 } |