EdPuzzle Bypass

Bypasses the EdPuzzle 'Prevent Skipping' filter

Co to jest EdPuzzle Bypass?

EdPuzzle Bypass to rozszerzenie Chrome opracowane przez ComplexxBrian, a jego główną funkcją jest „Bypasses the EdPuzzle 'Prevent Skipping' filter”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia EdPuzzle Bypass

Pobierz pliki rozszerzeń EdPuzzle Bypass w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa EdPuzzle Bypass EdPuzzle Bypass
ID jgdbfdonlgcahhhakaonldapmajllknm
Oficjalny URL https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm
Opis Bypasses the EdPuzzle 'Prevent Skipping' filter
Rozmiar pliku 81.78 KB
Liczba instalacji 3,017
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-05-01
Data Publikacji 2022-04-28
Ocena 2.56/5 Łącznie 9 Oceny
Deweloper ComplexxBrian
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://extensions.brianwalczak.com
Adres URL Strony Pomocy https://www.brianwalczak.com
Obsługiwane Języki 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
}