Viderr

Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc

什么是Viderr?

Viderr是由srwkosic开发的Chrome扩展程序,该扩展的主要功能是“Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc”。

扩展截图

screenshot

下载Viderr扩展crx文件

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

扩展使用说明

                        Download any online video with one click!
Just navigate to any video containing URL and clickk the Viderr extension button
You will be taken to a format selection screen, just choose your preferred format and download the video easily!                    

扩展基本信息

名称 Viderr Viderr
ID miibmeobegjljlghddiockdoemnleljo
官方URL https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo
简介 Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
文件大小 9.42 KB
安装次数 1,000
当前版本 1.0
更新时间 2019-09-23
上架时间 2019-09-20
评分 1.80/5 共5次评分
开发者 srwkosic
付费类型 free
扩展官网 https://viderr.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Viderr",
    "manifest_version": 2,
    "short_name": "Viderr.com video downloader",
    "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}