Vine Downloader

Download Vines to your computer

Vine Downloaderとは何ですか?

Vine DownloaderはAdam Carbonellによって開発されたChromeの拡張機能で、その主な機能は「Download Vines to your computer」です。

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

screenshot

Vine Downloader拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download any vine from anywhere.

Right-click to download:
- vine links
- embedded vines
- anywhere on a vine video page                    

拡張機能の基本情報

名前 Vine Downloader Vine Downloader
ID mefolbegkohleofbbbehjgamcpfohjjh
公式URL https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh
説明 Download Vines to your computer
ファイルサイズ 32.59 KB
インストール数 999
現在のバージョン 1.31
最終更新日 2023-02-12
公開日 2020-03-08
評価 3.32/5 合計 41 レビュー
開発者 Adam Carbonell
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://boarlet.com/vine
プライバシーポリシーページのURL https://adamcarbonell.com/policy.html
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vine Downloader",
    "version": "1.31",
    "description": "Download Vines to your computer",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}