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

Was ist X Video Downloader | Fast and Free?

X Video Downloader | Fast and Free ist eine Chrome-Erweiterung, die von Creative Extensions Studio entwickelt wurde, und ihr Hauptmerkmal ist "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".

Erweiterungsscreenshots

screenshot
screenshot

X Video Downloader | Fast and Free-Erweiterungs-CRX-Datei herunterladen

Laden Sie X Video Downloader | Fast and Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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! 🙌                    

Grundlegende Informationen zur Erweiterung

Name X Video Downloader | Fast and Free X Video Downloader | Fast and Free
ID dknlpoinnbnmbocobocfmbanemkpmpac
Offizielle URL https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac
Beschreibung Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Dateigröße 31.13 KB
Installationsanzahl 1,300
Aktuelle Version 1.1.0
Letztes Update 2023-10-17
Veröffentlichungsdatum 2023-09-17
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler Creative Extensions Studio
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/polity-extension/home
Unterstützte Sprachen 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\/*"
    ]
}