Video Downloader - fast and free

Video Downloader the fastest and easiest way to download online video from any sites except youtube

Video Downloader - fast and free란 무엇입니까?

Video Downloader - fast and free은(는) Security Web에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Video Downloader the fastest and easiest way to download online video from any sites except youtube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Downloader - fast and free 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Video Downloader - the fastest and easiest way to download any video from any website. 

Save any online video from your favorite websites with this Video Downloader.
No more delays to watch videos online, the evolution of downloaders has come, this extension will become your favorite video saver.

 Why to install Fast: 

 - Download any online video format such as .flv video, mp4, avi, asf, mpeg and more. 
 - Build your video list of favorite videos to watch them at anytime. 
 - Easy, fast, safe and light!. 
 - You can download multiple videos simultaneously. 
 - You don't need to watch the videos online, you can now download all to your computer!

Policy disclaimer:
Due to restrictions of the chrome shop, download youtube videos is not allowed, forbidden to download videos from youtube.
You can uninstall the extension whenever you want on your chrome panel.                    

확장 프로그램 기본 정보

이름 Video Downloader - fast and free Video Downloader - fast and free
ID gmjckjfjhloedeopkijkhdbaofakfnam
공식 URL https://chrome.google.com/webstore/detail/video-downloader-fast-and/gmjckjfjhloedeopkijkhdbaofakfnam
설명 Video Downloader the fastest and easiest way to download online video from any sites except youtube
파일 크기 10.02 KB
설치 횟수 10,000
현재 버전 1.0.3
최근 업데이트 2019-12-13
출시 날짜 2019-12-09
평점 3.80/5 총 15 개의 평점
개발자 Security Web
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://telegra.ph/Privacy-Policy-12-06-3
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader - fast and free",
    "short_name": "Video Downloader",
    "description": "Video Downloader the fastest and easiest way to download online video from any sites except youtube",
    "version": "1.0.3",
    "permissions": [
        "downloads",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/content\/facebook.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2
}