EdPuzzle Bypass
Bypasses the EdPuzzle 'Prevent Skipping' filter
EdPuzzle Bypass क्या है?
EdPuzzle Bypass ComplexxBrian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypasses the EdPuzzle 'Prevent Skipping' filter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EdPuzzle Bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |