Panopto Downloader
Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
ما هو Panopto Downloader؟
Panopto Downloader هو إضافة Chrome تم تطويرها بواسطة Bentley Carr، والميزة الرئيسية لها هي "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Panopto Downloader
قم بتنزيل ملفات الامتداد Panopto Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
NOTE: It has come to my attention that sadly Panopto Downloader no longer works for some organisations. There may be an update in the upcoming months. Thank you to everyone who have supported Panopto Downloader up until now. __________________________________ Downloads Panopto videos. Tested with the University of Cambridge Panopto website. Panpoto Downloader is in no way affiliated with Panopto. You should check with your institution to determine whether you are permitted to store downloads of recordings before using this tool.
معلومات أساسية عن التمديد
الاسم | |
ID | jcgoagdconfndcjginjeokegdpahebno |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno |
الوصف | Downloads Panopto videos. Tested with the University of Cambridge Panopto website. |
حجم الملف | 31.18 KB |
عدد التثبيتات | 16,288 |
النسخة الحالية | 1.3.2 |
آخر تحديث | 2021-07-31 |
تاريخ النشر | 2020-09-24 |
تقييم | 4.48/5 مجموع تقييمات 44 |
المطور | Bentley Carr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/Yharooer/panopto-downloader-chrome |
عنوان صفحة المساعدة | https://github.com/Yharooer/panopto-downloader-chrome/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panopto Downloader", "version": "1.3.2", "description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "downloads", "activeTab", "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ], "content_scripts": [ { "js": [ "panoptodl.js" ], "matches": [ "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ] } ] } |