SoVid: Social Video Downloader

Download videos from Facebook and Instagram

SoVid: Social Video Downloaderとは何ですか?

SoVid: Social Video DownloaderはSoVid.coによって開発されたChromeの拡張機能で、その主な機能は「Download videos from Facebook and Instagram」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

SoVid: Social Video Downloader拡張機能のCRXファイルをダウンロード

SoVid: Social Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The SoVid browser extension makes downloading Facebook and Instagram videos (including private videos) as well as videos from stories extremely simple.

Custom Filename:
SoVid allows you to enable custom filenames to make organizing downloads even simpler!

Facebook Videos (including private):
Find the video you'd like to download and click on it to display it in theater mode. Then simply click the green download button.

Facebook Videos from Stories:
Click the green download button when viewing the story

Instagram Videos (including private):
Click the green download button that appears on videos in your feed, or click on a post and click the green download button that appears inside the popup window.

Instagram Videos from Stories:
Click the green download button that appears near the username at the top of the story.                    

拡張機能の基本情報

名前 SoVid: Social Video Downloader SoVid: Social Video Downloader
ID oenkonlnoobejlonppgaknobfoffmaob
公式URL https://chrome.google.com/webstore/detail/sovid-social-video-downlo/oenkonlnoobejlonppgaknobfoffmaob
説明 Download videos from Facebook and Instagram
ファイルサイズ 35.63 KB
インストール数 167
現在のバージョン 1.0.1.2
最終更新日 2020-12-12
公開日 2020-11-22
評価 2.67/5 合計 3 レビュー
開発者 SoVid.co
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://sovid.co
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.sovid.co\/*",
                "http:\/\/sovid.co\/*",
                "https:\/\/www.sovid.co\/*",
                "https:\/\/sovid.co\/*",
                "https:\/\/www.instagram.com\/*",
                "https:\/\/instagram.com\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/facebook.com\/*",
                "https:\/\/*.fbcdn.net\/*"
            ],
            "run_at": "document_start",
            "css": [
                "style\/all.css"
            ],
            "js": [
                "all.js"
            ]
        }
    ],
    "name": "SoVid: Social Video Downloader",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "web_accessible_resources": [
        "images\/close.png"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon48.png",
        "default_title": "SoVid"
    },
    "version": "1.0.1.2",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "downloads",
        "http:\/\/www.sovid.co\/*",
        "http:\/\/sovid.co\/*",
        "https:\/\/www.sovid.co\/*",
        "https:\/\/sovid.co\/*",
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instagram.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/facebook.com\/*",
        "https:\/\/*.fbcdn.net\/*"
    ],
    "description": "Download videos from Facebook and Instagram"
}