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文件

下载Social Video Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": [
        "*"
    ]
}