EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
What is EdPuzzle Bypass?
EdPuzzle Bypass is a Chrome extension developed by ComplexxBrian, and its main feature is "Bypasses the EdPuzzle 'Prevent Skipping' filter".
Extension Screenshots
Download EdPuzzle Bypass Extension CRX File
Download EdPuzzle Bypass extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
Official URL | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
Description | Bypasses the EdPuzzle 'Prevent Skipping' filter |
File Size | 81.78 KB |
Installation Count | 3,017 |
Current Version | 1.5 |
Last Updated | 2022-05-01 |
Publish Date | 2022-04-28 |
Rating | 2.56/5 Total 9 Ratings |
Developer | ComplexxBrian |
[email protected] | |
Payment Type | free |
Extension Website | https://extensions.brianwalczak.com |
Help Page URL | https://www.brianwalczak.com |
Supported Languages | 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 } |