Z Recorded Video Downloader
Z Recorded Video Downloader
Was ist Z Recorded Video Downloader?
Z Recorded Video Downloader ist eine Chrome-Erweiterung, die von Yohan Rathnayaka entwickelt wurde, und ihr Hauptmerkmal ist "Z Recorded Video Downloader".
Erweiterungsscreenshots
Z Recorded Video Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Z Recorded Video Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        "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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | pfephgbbpbfofokgkhmpgojohjcemjao | 
| Offizielle URL | https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao | 
| Beschreibung | Z Recorded Video Downloader | 
| Dateigröße | 44.55 KB | 
| Installationsanzahl | 180 | 
| Aktuelle Version | 1.2 | 
| Letztes Update | 2022-11-07 | 
| Veröffentlichungsdatum | 2022-11-06 | 
| Entwickler | Yohan Rathnayaka | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | https://sites.google.com/view/goodtechsolution/home | 
| Unterstützte Sprachen | 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\/*"
            ]
        }
    ]
}  |  |