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
官方網址 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
}