WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
dmsave - Dailymotion video downloader

dmsave - Dailymotion video downloader

View on Chrome Web Store
View dmsave - Dailymotion video downloader Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (88 ratings)
1 new ratings
31 views
This extension has been viewed 31 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.
Type
Extension
Users
8,000 users
1K
abel.sonmerfield
View author page of abel.sonmerfield
Published
Published on March 10, 2022
Version 1.0.2
Manifest version
3
Updated
Updated on June 30, 2022
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View dmsave - Dailymotion video downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
        }
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top