Social Video Downloader

Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!

Social Video Downloader란 무엇입니까?

Social Video Downloader은(는) extensionfactory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Social Video Downloader - the fast and easy way to download any video from any website. Simple interface, nothing useless and light weight.

Features: 
Download videos from websites.

Policy:
Due to restrictions of the Chrome Web store, download youtube videos is not allowed.

Caution:
Please note that Social Video Downloader isn't responsible for media content which you download. We suggest to check first media copyright permissions before downloading video files.                    

확장 프로그램 기본 정보

이름 Social Video Downloader Social Video Downloader
ID mkkgamaioebmcgfagagikofmiadnodlj
공식 URL https://chromewebstore.google.com/detail/social-video-downloader/mkkgamaioebmcgfagagikofmiadnodlj
설명 Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!
파일 크기 298 KB
설치 횟수 10,000
현재 버전 3.3.2
최근 업데이트 2023-12-06
출시 날짜 2020-06-16
평점 3.91/5 총 43 개의 평점
개발자 extensionfactory
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,en-GB,en-US,fr,vi,tr,es,it,pt-BR,pt-PT,el,bg,ru,iw,bn,ar,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/icon_32.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_hint__"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "Would you like to download video? Social Video Downloader will do it for you! Most popular and useful Video Downloader!",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "storage",
        "downloads"
    ],
    "short_name": "Social Video Downloader",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "web_accessible_resources": [
        "*"
    ]
}