Faster Panopto

Forked version of Fast panopto designed to work on both firefox and chrome

ما هو Faster Panopto؟

Faster Panopto هو إضافة Chrome تم تطويرها بواسطة https://chazzox.github.io، والميزة الرئيسية لها هي "Forked version of Fast panopto designed to work on both firefox and chrome".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Faster Panopto

قم بتنزيل ملفات الامتداد Faster Panopto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Enables you to set the any custom speed for any lecture on a panopto site.                    

معلومات أساسية عن التمديد

الاسم Faster Panopto Faster Panopto
ID lbehhpicfbglgijknhemcjcmencaajid
عنوان URL الرسمي https://chromewebstore.google.com/detail/faster-panopto/lbehhpicfbglgijknhemcjcmencaajid
الوصف Forked version of Fast panopto designed to work on both firefox and chrome
حجم الملف 69.12 KB
عدد التثبيتات 1,709
النسخة الحالية 0.6.0
آخر تحديث 2021-12-27
تاريخ النشر 2021-10-22
تقييم 5.00/5 مجموع تقييمات 4
المطور https://chazzox.github.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/chazzox/faster-panopto/
عنوان صفحة المساعدة https://github.com/chazzox/faster-panopto/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Faster Panopto",
    "version": "0.6.0",
    "description": "Forked version of Fast panopto designed to work on both firefox and chrome",
    "homepage_url": "https:\/\/github.com\/chazzox\/faster-panopto\/",
    "background": {
        "scripts": [
            "\/background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_popup": "\/popup.html",
        "browser_style": true,
        "default_icon": {
            "32": "\/images\/enabled.png"
        }
    },
    "icons": {
        "32": "\/images\/enabled.png"
    },
    "web_accessible_resources": [
        "\/images\/arrow.png",
        "\/images\/disabled.png"
    ],
    "manifest_version": 2
}