CDA Downloader
Download videos from CDA.pl with just one click! Open the video you want to download and hit the 'Download video' button under it.
Τι είναι το CDA Downloader;
Το CDA Downloader είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον reginagilbert40, και η κύρια λειτουργία του είναι "Download videos from CDA.pl with just one click! Open the video you want to download and hit the 'Download video' button under it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CDA Downloader
Λήψη αρχείων επέκτασης CDA Downloader σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Downloading videos from CDA.pl has never been so easy. All you have to do is visit the page with a video you would like to download* and hit the download button right under it. That's it! The video will be downloaded in MP4 format to your default downloads folder**. If you want to download in higher resolution, choose the quality under the video first, then download it once the video loads. Please note that the video will only start downloading after the ad has been fully played. * Downloading Premium videos is not possible. ** In case of some video titles, you will be asked to enter the file name and choose download location manually. >>NOTICE<< You take the whole responsibility for the downloaded content, which is legal as long as you use it for personal purposes only. The extension only provides you with an easy way to download content which has been uploaded and published at CDA.pl website, which is unrelated to this add-on's developer. Please report any bugs or suggestions at the contact email. UPDATE: v.1.1.0: Fixed the video URL getting causing incorrect or failed downloads. _________________ v.1.0.5: Spaces in names and polish diacritics letters replaced with normal letters instead of "_". _________________ v.1.0.4: Link decoding changes - downloading should work normally again. _________________ v.1.0.3: Fix for CORS, which should fix downloading videos on newer browser versions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kjimfkhkcjoadjpldapeomibodflgdpa |
Επίσημο URL | https://chrome.google.com/webstore/detail/cda-downloader/kjimfkhkcjoadjpldapeomibodflgdpa |
Περιγραφή | Download videos from CDA.pl with just one click! Open the video you want to download and hit the 'Download video' button under it. |
Μέγεθος Αρχείου | 70.63 KB |
Αριθμός Εγκαταστάσεων | 34,418 |
Τρέχουσα Έκδοση | 1.1.1 |
Τελευταία Ενημέρωση | 2023-05-31 |
Ημερομηνία Δημοσίευσης | 2020-05-18 |
Αξιολόγηση | 3.53/5 Συνολικά 68 Αξιολογήσεις |
Προγραμματιστής | reginagilbert40 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.1.1", "icons": { "16": "UI\/icon16.png", "64": "UI\/icon64.png" }, "permissions": [ "downloads", "webRequest", "*:\/\/*.cda.pl\/*" ], "background": { "scripts": [ "downloads.js" ] }, "content_scripts": [ { "matches": [ " |