savetweetvid

Download twitter videos and gifs on your chrome browser for free in a single click.

Cos'è savetweetvid?

savetweetvid è un'estensione di Chrome sviluppata da http://youtubevideodownloader.site, e la sua funzione principale è "Download twitter videos and gifs on your chrome browser for free in a single click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione savetweetvid

Scarica i file di estensione savetweetvid in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        savetweetvid is chrome extension that allows anyone to download twitter videos in a single click. You don't have to follow any instructions just go to any twitter video and click on the green download button.

Features -
Fast Downloading.
Download available in different formats.
Just click on any video tweet to download twitter video.
Fully secured HTTPS downloads.
Unlimited twitter video downloads allowed.                    

Informazioni di Base sull'Estensione

Nome savetweetvid savetweetvid
ID mklnanllkbjgnnhammmgfnnbnbhnifme
URL Ufficiale https://chrome.google.com/webstore/detail/savetweetvid/mklnanllkbjgnnhammmgfnnbnbhnifme
Descrizione Download twitter videos and gifs on your chrome browser for free in a single click.
Dimensione del File 70.74 KB
Conteggio Installazioni 917
Versione Corrente 2.0.7
Ultimo Aggiornamento 2021-03-21
Data di Pubblicazione 2021-03-21
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore http://youtubevideodownloader.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://youtubevideodownloader.site/
URL della Pagina di Aiuto https://youtubevideodownloader.site/aboutus.html
Lingue Supportate de,en,fr,nl,tr,es,it,pt-BR,ja
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon_24.png",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon_128.png",
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "short_name": "savetweetvid",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.7"
}