dmsave - Dailymotion video downloader

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

dmsave - Dailymotion video downloader란 무엇입니까?

dmsave - Dailymotion video downloader은(는) https://dmsave.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

dmsave - Dailymotion video downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 dmsave - Dailymotion video downloader dmsave - Dailymotion video downloader
ID ikookmcdaebaamookhckkmcpekhclapo
공식 URL https://chromewebstore.google.com/detail/dmsave-dailymotion-video/ikookmcdaebaamookhckkmcpekhclapo
설명 dmsave is a Dailymotion video downloader that provides an efficient way to download Dailymotion videos.
파일 크기 3.54 MB
설치 횟수 3,485
현재 버전 1.0.2
최근 업데이트 2022-06-30
출시 날짜 2022-03-10
평점 4.88/5 총 73 개의 평점
개발자 https://dmsave.top
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dmsave.top
개인정보 보호 정책 페이지 URL https://vimeomate.com/privacy
지원되는 언어 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"
        }
    }
}