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