EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
Vad är EdPuzzle Bypass?
EdPuzzle Bypass är en Chrome-tillägg utvecklad av ComplexxBrian, och dess huvudfunktion är "Bypasses the EdPuzzle 'Prevent Skipping' filter".
Tilläggsskärmbilder
Ladda ner EdPuzzle Bypass-förlängningens CRX-fil
Ladda ner EdPuzzle Bypass-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
Officiell webbadress | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
Beskrivning | Bypasses the EdPuzzle 'Prevent Skipping' filter |
Filstorlek | 81.78 KB |
Antal Installationer | 3,017 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2022-05-01 |
Publiceringsdatum | 2022-04-28 |
Betyg | 2.56/5 Totalt 9 Betyg |
Utvecklare | ComplexxBrian |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://extensions.brianwalczak.com |
Hjälpsida URL | https://www.brianwalczak.com |
Stödda Språk | 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 } |