Z Recorded Video Downloader

Z Recorded Video Downloader

Z Recorded Video Downloader क्या है?

Z Recorded Video Downloader Yohan Rathnayaka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Z Recorded Video Downloader"।

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

screenshot
screenshot

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

crx प्रारूप में Z Recorded Video Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        "Zoom™" recording videos that are not allowed to download, you can easily download them using this extension

~~~~~~~STEP~~~~~~~
1. First, go to the Zoom™ Recorded video
2. Then you can see "Right click here and click Save link as..." button
3. Right-click the mouse on the button
4. Click the "Save link as..."

Zoom™ is a registered trade mark of Zoom™ Inc. The use of the Zoom™  trade name or trademark is for identification, reference or descriptive. This  extension has no connection to Zoom™ Inc or their product brand.  All the occurrences of the word "Zoom" is for descriptive purpose only.                    

एक्सटेंशन की मूल जानकारी

नाम Z Recorded Video Downloader Z Recorded Video Downloader
ID pfephgbbpbfofokgkhmpgojohjcemjao
आधिकारिक URL https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao
विवरण Z Recorded Video Downloader
फ़ाइल का आकार 44.55 KB
स्थापना संख्या 180
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-11-07
प्रकाशन तिथि 2022-11-06
डेवलपर Yohan Rathnayaka
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/goodtechsolution/home
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Z Recorded Video Downloader",
    "description": "Z Recorded Video Downloader",
    "version": "1.2",
    "options_page": "popup.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "icons": {
        "120": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "Z Recorded Video Downloader",
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.zoom.us\/*"
            ],
            "resources": [
                "img\/*"
            ]
        }
    ]
}