Faster Panopto

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

Faster Panopto क्या है?

Faster Panopto https://chazzox.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forked version of Fast panopto designed to work on both firefox and chrome"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Faster Panopto एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL 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
}