EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
EdPuzzle Bypass là gì?
EdPuzzle Bypass là một tiện ích mở rộng Chrome được phát triển bởi ComplexxBrian, và tính năng chính của nó là "Bypasses the EdPuzzle 'Prevent Skipping' filter".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EdPuzzle Bypass
Tải xuống các tệp mở rộng EdPuzzle Bypass dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
URL Chính Thức | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
Mô tả | Bypasses the EdPuzzle 'Prevent Skipping' filter |
Kích Thước Tệp | 81.78 KB |
Số Lần Cài Đặt | 3,017 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2022-05-01 |
Ngày Phát Hành | 2022-04-28 |
Đánh Giá | 2.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | ComplexxBrian |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://extensions.brianwalczak.com |
URL Trang Trợ Giúp | https://www.brianwalczak.com |
Ngôn Ngữ Được Hỗ Trợ | 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 } |