dmsave - Dailymotion video downloader
dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.
Was ist dmsave - Dailymotion video downloader?
dmsave - Dailymotion video downloader ist eine Chrome-Erweiterung, die von https://dmsave.top entwickelt wurde, und ihr Hauptmerkmal ist "dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.".
Erweiterungsscreenshots
dmsave - Dailymotion video downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie dmsave - Dailymotion 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
dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos. ✔️Easy to use Simple operation, short process, easy to use and free - Dailymotion video download extension tool suitable for anyone. ✔️Free 100% free. No credit card information is required. No personal information is required. ✔️Convenient Automatically recognize the clips link in dailymotion.com and add download buttons to the page to help you download videos quickly.
Grundlegende Informationen zur Erweiterung
Name | dmsave - Dailymotion video downloader |
ID | ikookmcdaebaamookhckkmcpekhclapo |
Offizielle URL | https://chromewebstore.google.com/detail/dmsave-dailymotion-video/ikookmcdaebaamookhckkmcpekhclapo |
Beschreibung | dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos. |
Dateigröße | 3.54 MB |
Installationsanzahl | 3,485 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-06-30 |
Veröffentlichungsdatum | 2022-03-10 |
Bewertung | 4.88/5 Insgesamt 73 Bewertungen |
Entwickler | https://dmsave.top |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dmsave.top |
URL der Datenschutzrichtlinien-Seite | https://vimeomate.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/dmsave-dailymotion-video\/ikookmcdaebaamookhckkmcpekhclapo?utm_medium=extension&utm_source=dmsave", "description": "__MSG_extDes__", "default_locale": "en", "version": "1.0.2", "content_scripts": [ { "matches": [ "*:\/\/www.dailymotion.com\/*" ], "css": [ "css\/custom.css" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/dmsave.top\/*", "*:\/\/dev.dmsave.top\/*" ], "js": [ "js\/web-script.js" ], "run_at": "document_end" } ], "icons": { "128": "icons\/logo.png" }, "externally_connectable": { "matches": [ "*:\/\/*.dmsave.top\/*", "*:\/\/dmsave.top\/*" ] }, "manifest_version": 3, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.twitter.com\/*", "*:\/\/*.pinterest.com\/*", "*:\/\/*.reddit.com\/*", "*:\/\/*.aliyuncs.com\/*", "*:\/\/dmsave.top\/", "*:\/\/dev.dmsave.top\/", "*:\/\/www.dailymotion.com\/*" ], "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "128": "icons\/logo.png" } } } |