Twitter Video Downloader

Click a button to download a video on a Twitter post, even on private profiles.

Cos'è Twitter Video Downloader?

Twitter Video Downloader è un'estensione di Chrome sviluppata da Zelly Snyder, e la sua funzione principale è "Click a button to download a video on a Twitter post, even on private profiles.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitter Video Downloader

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

                        A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.                    

Informazioni di Base sull'Estensione

Nome Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
URL Ufficiale https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
Descrizione Click a button to download a video on a Twitter post, even on private profiles.
Dimensione del File 46.51 KB
Conteggio Installazioni 2,183
Versione Corrente 1.0.22
Ultimo Aggiornamento 2024-01-06
Data di Pubblicazione 2022-02-07
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore Zelly Snyder
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/proprietary/twitter-video-downloader
URL della Pagina di Aiuto https://github.com/proprietary/twitter-video-downloader/issues
URL della Pagina della Politica sulla Privacy https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Video Downloader",
    "description": "Click a button to download a video on a Twitter post, even on private profiles.",
    "version": "1.0.22",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video",
        "default_icon": {
            "16": "\/images\/tvd16.png",
            "32": "\/images\/tvd32.png",
            "48": "\/images\/tvd48.png",
            "128": "\/images\/tvd128.png"
        }
    },
    "icons": {
        "16": "\/images\/tvd16.png",
        "32": "\/images\/tvd32.png",
        "48": "\/images\/tvd48.png",
        "128": "\/images\/tvd128.png"
    }
}