Video Downloader Button

Add download button to the video files on popular websites. Click the button to save the video

Video Downloader Button란 무엇입니까?

Video Downloader Button은(는) Gigi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add download button to the video files on popular websites. Click the button to save the video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Downloader Button 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Provides all video files with a small button that downloads files to the devise by clicking on it.

Open media websites are supported by Video Downloader Button and help to save online video to review it later.

In the settings menu there is an opportunity to disable the button for more convenience usage of websites. Simply enable it again and download button will appear on the video shortly.                    

확장 프로그램 기본 정보

이름 Video Downloader Button Video Downloader Button
ID gjpdgbkjopobieebkmihgdoinbkicjck
공식 URL https://chromewebstore.google.com/detail/video-downloader-button/gjpdgbkjopobieebkmihgdoinbkicjck
설명 Add download button to the video files on popular websites. Click the button to save the video
파일 크기 883 KB
설치 횟수 50,000
현재 버전 1.16
최근 업데이트 2023-07-19
출시 날짜 2023-02-02
평점 3.48/5 총 21 개의 평점
개발자 Gigi
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "1.16",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "constants.js",
                "helpers.js",
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "index.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ]
}