EdPuzzle Bypass

Bypasses the EdPuzzle 'Prevent Skipping' filter

Apa itu EdPuzzle Bypass?

EdPuzzle Bypass adalah ekstensi Chrome yang dikembangkan oleh ComplexxBrian, dan fitur utamanya adalah "Bypasses the EdPuzzle 'Prevent Skipping' filter".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EdPuzzle Bypass

Unduh file ekstensi EdPuzzle Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EdPuzzle Bypass EdPuzzle Bypass
ID jgdbfdonlgcahhhakaonldapmajllknm
URL Resmi https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm
Deskripsi Bypasses the EdPuzzle 'Prevent Skipping' filter
Ukuran File 81.78 KB
Jumlah Instalasi 3,017
Versi Saat Ini 1.5
Terakhir Diperbarui 2022-05-01
Tanggal Publikasi 2022-04-28
Penilaian 2.56/5 Total 9 Penilaian
Pengembang ComplexxBrian
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://extensions.brianwalczak.com
URL Halaman Bantuan https://www.brianwalczak.com
Bahasa yang Didukung 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
}