dmsave - Dailymotion video downloader

dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.

Qu'est-ce que dmsave - Dailymotion video downloader ?

dmsave - Dailymotion video downloader est une extension Chrome développée par https://dmsave.top, et sa fonction principale est "dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension dmsave - Dailymotion video downloader

Téléchargez les fichiers d'extension dmsave - Dailymotion 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

                        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.                    

Informations de Base sur l'Extension

Nom dmsave - Dailymotion video downloader dmsave - Dailymotion video downloader
ID ikookmcdaebaamookhckkmcpekhclapo
URL Officiel https://chromewebstore.google.com/detail/dmsave-dailymotion-video/ikookmcdaebaamookhckkmcpekhclapo
Description dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.
Taille du Fichier 3.54 MB
Nombre d'Installations 3,485
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-06-30
Date de Publication 2022-03-10
Évaluation 4.88/5 Total 73 Évaluations
Développeur https://dmsave.top
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://dmsave.top
URL de la Page de Politique de Confidentialité https://vimeomate.com/privacy
Langues Prises en Charge 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"
        }
    }
}