EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
Wat is EdPuzzle Bypass?
EdPuzzle Bypass is een Chrome-extensie ontwikkeld door ComplexxBrian, en de belangrijkste functie is "Bypasses the EdPuzzle 'Prevent Skipping' filter".
Extensie Screenshots
Download het CRX-bestand van de extensie EdPuzzle Bypass
Download EdPuzzle Bypass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
Officiële URL | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
Beschrijving | Bypasses the EdPuzzle 'Prevent Skipping' filter |
Bestandsgrootte | 81.78 KB |
Aantal Installaties | 3,017 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2022-05-01 |
Publicatiedatum | 2022-04-28 |
Beoordeling | 2.56/5 Totaal 9 Beoordelingen |
Ontwikkelaar | ComplexxBrian |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://extensions.brianwalczak.com |
Help Pagina-URL | https://www.brianwalczak.com |
Ondersteunde Talen | 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 } |