EdPuzzle Bypass

Bypasses the EdPuzzle 'Prevent Skipping' filter

EdPuzzle Bypass란 무엇입니까?

EdPuzzle Bypass은(는) ComplexxBrian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bypasses the EdPuzzle 'Prevent Skipping' filter"입니다.

확장 프로그램 스크린샷

screenshot

EdPuzzle Bypass 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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
}