Video Downloader

Video Downloader - Fastest tool for downloading pictures and videos in HD quality.

Video Downloader란 무엇입니까?

Video Downloader은(는) abel.sonmerfield에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Downloader - Fastest tool for downloading pictures and videos in HD quality."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        You can download pictures and videos from any page.
The best video downloader.
The video download tool hope to help you.
      
Please give a 5 star review if it helped you, we will be very grateful!
      
How To Use:
1.) Visit site
2.) Find the picture or video you want to download. 
3.) Click the download button to download pictures or videos with one click
       
Feature:
-Professional
 Download the pictures and videos you are interested in with one click.
-Online
You can download pictures and videos  directly from the website.
-No limit

Note:
We only support image and video downloads for Home and Watch-Home pages, and do not support download ads.                    

확장 프로그램 기본 정보

이름 Video Downloader Video Downloader
ID igdkmfjceajhpmpalgpcnbopnddibllk
공식 URL https://chromewebstore.google.com/detail/video-downloader/igdkmfjceajhpmpalgpcnbopnddibllk
설명 Video Downloader - Fastest tool for downloading pictures and videos in HD quality.
파일 크기 411 KB
설치 횟수 8,671
현재 버전 1.0.5
최근 업데이트 2024-01-06
출시 날짜 2022-08-27
평점 3.44/5 총 9 개의 평점
개발자 abel.sonmerfield
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://vimego.io/privacy
지원되는 언어 id,de,en,en-GB,en-US,fil,fr,sw,nl,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,hi,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/igdkmfjceajhpmpalgpcnbopnddibllk",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "css\/custom.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/logo_new.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rule.json"
            }
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "downloads",
        "declarativeNetRequest",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo_new.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/white.png",
                "icons\/logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.5"
}