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

Qu'est-ce que X Video Downloader | Fast and Free ?

X Video Downloader | Fast and Free est une extension Chrome développée par Creative Extensions Studio, et sa fonction principale est "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension X Video Downloader | Fast and Free

Téléchargez les fichiers d'extension X Video Downloader | Fast and Free au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom X Video Downloader | Fast and Free X Video Downloader | Fast and Free
ID dknlpoinnbnmbocobocfmbanemkpmpac
URL Officiel https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac
Description Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Taille du Fichier 31.13 KB
Nombre d'Installations 1,300
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-10-17
Date de Publication 2023-09-17
Évaluation 4.91/5 Total 11 Évaluations
Développeur Creative Extensions Studio
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://sites.google.com/view/polity-extension/home
Langues Prises en Charge 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\/*"
    ]
}