Twitter Video Download

Download Twitter video to your computer easily while browsing Twitter.com

Cos'è Twitter Video Download?

Twitter Video Download è un'estensione di Chrome sviluppata da https://twitter-video-download.com, e la sua funzione principale è "Download Twitter video to your computer easily while browsing Twitter.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Video Download

Scarica i file di estensione Twitter Video Download 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

                        Updated version 1.1: Fixed download button, previously it didn't work after some recent Twitter website updates. Now this is one of a few extensions, that actually work.

This extension lets you download Twitter videos directly while browsing Twitter website. Easy and free. 🤞

Download any video or GIF from Twitter in a few clicks. 

How to:
After installation a button "Download Tweet Video" will appear below all Tweets containing video. Clicking it will let you download video in chosen resolution.                    

Informazioni di Base sull'Estensione

Nome Twitter Video Download Twitter Video Download
ID bcobmoggclhhpkdckmnmhejleeihgmgk
URL Ufficiale https://chromewebstore.google.com/detail/twitter-video-download/bcobmoggclhhpkdckmnmhejleeihgmgk
Descrizione Download Twitter video to your computer easily while browsing Twitter.com
Dimensione del File 43.25 KB
Conteggio Installazioni 4,801
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-12-27
Data di Pubblicazione 2021-09-11
Valutazione 3.11/5 Totale 9 Valutazioni
Sviluppatore https://twitter-video-download.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter-video-download.com/
Lingue Supportate en
manifest.json
{
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/chrome-48-48.png",
        "default_title": "Twitter Video Download"
    },
    "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": "Download Twitter video to your computer easily while browsing Twitter.com",
    "icons": {
        "128": "images\/chrome-128-128.png",
        "48": "images\/chrome-48-48.png",
        "16": "images\/chrome-16-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "short_name": "Twitter Video Download",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}