TwittaSave

Download Twitter Videos and Gifs to your device easily.

Cos'è TwittaSave?

TwittaSave è un'estensione di Chrome sviluppata da http://twittasave.net, e la sua funzione principale è "Download Twitter Videos and Gifs to your device easily.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TwittaSave

Scarica i file di estensione TwittaSave 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

                        TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click.

Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.                    

Informazioni di Base sull'Estensione

Nome TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
URL Ufficiale https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Descrizione Download Twitter Videos and Gifs to your device easily.
Dimensione del File 311 KB
Conteggio Installazioni 761
Versione Corrente 1.3
Ultimo Aggiornamento 2021-01-18
Data di Pubblicazione 2019-11-20
Valutazione 3.27/5 Totale 15 Valutazioni
Sviluppatore http://twittasave.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwittaSave",
    "description": "Download Twitter Videos and Gifs to your device easily.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/api.jublo.net\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "codebird.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}