Z Recorded Video Downloader
Z Recorded Video Downloader
Qu'est-ce que Z Recorded Video Downloader ?
Z Recorded Video Downloader est une extension Chrome développée par Yohan Rathnayaka, et sa fonction principale est "Z Recorded Video Downloader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Z Recorded Video Downloader
Téléchargez les fichiers d'extension Z Recorded Video Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
"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.
Informations de Base sur l'Extension
Nom | Z Recorded Video Downloader |
ID | pfephgbbpbfofokgkhmpgojohjcemjao |
URL Officiel | https://chromewebstore.google.com/detail/z-recorded-video-download/pfephgbbpbfofokgkhmpgojohjcemjao |
Description | Z Recorded Video Downloader |
Taille du Fichier | 44.55 KB |
Nombre d'Installations | 180 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-11-07 |
Date de Publication | 2022-11-06 |
Développeur | Yohan Rathnayaka |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://sites.google.com/view/goodtechsolution/home |
Langues Prises en Charge | 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\/*" ] } ] } |