X Video Downloader | Fast and Free

Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use

Cos'è X Video Downloader | Fast and Free?

X Video Downloader | Fast and Free è un'estensione di Chrome sviluppata da Creative Extensions Studio, e la sua funzione principale è "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione X Video Downloader | Fast and Free

Scarica i file di estensione X Video Downloader | Fast and Free 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

                        Meet the 'X Video Downloader' Chrome browser extension formerly known as  "Twitter  Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter). 
Get started now for free! 🙌                    

Informazioni di Base sull'Estensione

Nome X Video Downloader | Fast and Free X Video Downloader | Fast and Free
ID dknlpoinnbnmbocobocfmbanemkpmpac
URL Ufficiale https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac
Descrizione Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Dimensione del File 31.13 KB
Conteggio Installazioni 1,300
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-10-17
Data di Pubblicazione 2023-09-17
Valutazione 4.91/5 Totale 11 Valutazioni
Sviluppatore Creative Extensions Studio
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/polity-extension/home
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0",
    "name": "X Video Downloader | Fast and Free",
    "description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use",
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "service_worker": "bg_service_worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}