Vine Downloader

Download Vines to your computer

What is Vine Downloader?

Vine Downloader is a Chrome extension developed by Adam Carbonell, and its main feature is "Download Vines to your computer".

Extension Screenshots

screenshot

Download Vine Downloader Extension CRX File

Download Vine Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Download any vine from anywhere.

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

Extension Basic Information

Name Vine Downloader Vine Downloader
ID mefolbegkohleofbbbehjgamcpfohjjh
Official URL https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh
Description Download Vines to your computer
File Size 32.59 KB
Installation Count 999
Current Version 1.31
Last Updated 2023-02-12
Publish Date 2020-03-08
Rating 3.32/5 Total 41 Ratings
Developer Adam Carbonell
Email [email protected]
Payment Type free
Extension Website https://boarlet.com/vine
Privacy Policy Page URL https://adamcarbonell.com/policy.html
Supported Languages 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"
    }
}