EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
Cos'è EdPuzzle Bypass?
EdPuzzle Bypass è un'estensione di Chrome sviluppata da ComplexxBrian, e la sua funzione principale è "Bypasses the EdPuzzle 'Prevent Skipping' filter".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione EdPuzzle Bypass
Scarica i file di estensione EdPuzzle Bypass in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | jgdbfdonlgcahhhakaonldapmajllknm |
URL Ufficiale | https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm |
Descrizione | Bypasses the EdPuzzle 'Prevent Skipping' filter |
Dimensione del File | 81.78 KB |
Conteggio Installazioni | 3,017 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2022-05-01 |
Data di Pubblicazione | 2022-04-28 |
Valutazione | 2.56/5 Totale 9 Valutazioni |
Sviluppatore | ComplexxBrian |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extensions.brianwalczak.com |
URL della Pagina di Aiuto | https://www.brianwalczak.com |
Lingue Supportate | 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 } |