EdPuzzle Bypass

Bypasses the EdPuzzle 'Prevent Skipping' filter

ما هو EdPuzzle Bypass؟

EdPuzzle Bypass هو إضافة Chrome تم تطويرها بواسطة ComplexxBrian، والميزة الرئيسية لها هي "Bypasses the EdPuzzle 'Prevent Skipping' filter".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EdPuzzle Bypass

قم بتنزيل ملفات الامتداد EdPuzzle Bypass بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم EdPuzzle Bypass EdPuzzle Bypass
ID jgdbfdonlgcahhhakaonldapmajllknm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/jgdbfdonlgcahhhakaonldapmajllknm
الوصف Bypasses the EdPuzzle 'Prevent Skipping' filter
حجم الملف 81.78 KB
عدد التثبيتات 3,017
النسخة الحالية 1.5
آخر تحديث 2022-05-01
تاريخ النشر 2022-04-28
تقييم 2.56/5 مجموع تقييمات 9
المطور ComplexxBrian
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://extensions.brianwalczak.com
عنوان صفحة المساعدة https://www.brianwalczak.com
اللغات المدعومة 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
}