EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
EdPuzzle Bypassとは何ですか?
EdPuzzle BypassはComplexxBrianによって開発されたChromeの拡張機能で、その主な機能は「Bypasses the EdPuzzle 'Prevent Skipping' filter」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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 } |