Vine Downloader

Download Vines to your computer

Wat is Vine Downloader?

Vine Downloader is een Chrome-extensie ontwikkeld door Adam Carbonell, en de belangrijkste functie is "Download Vines to your computer".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Vine Downloader

Download Vine Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Download any vine from anywhere.

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

Basisinformatie over de Extensie

Naam Vine Downloader Vine Downloader
ID mefolbegkohleofbbbehjgamcpfohjjh
Officiële URL https://chrome.google.com/webstore/detail/vine-downloader/mefolbegkohleofbbbehjgamcpfohjjh
Beschrijving Download Vines to your computer
Bestandsgrootte 32.59 KB
Aantal Installaties 999
Huidige Versie 1.31
Laatst Bijgewerkt 2023-02-12
Publicatiedatum 2020-03-08
Beoordeling 3.32/5 Totaal 41 Beoordelingen
Ontwikkelaar Adam Carbonell
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://boarlet.com/vine
URL van de Privacybeleid Pagina https://adamcarbonell.com/policy.html
Ondersteunde Talen 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"
    }
}