EdPuzzle Bypass

Bypasses the EdPuzzle 'Prevent Skipping' filter

什么是EdPuzzle Bypass?

EdPuzzle Bypass是由ComplexxBrian开发的Chrome扩展程序,该扩展的主要功能是“Bypasses the EdPuzzle 'Prevent Skipping' filter”。

扩展截图

screenshot

下载EdPuzzle Bypass扩展crx文件

下载EdPuzzle Bypass扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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
}