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

Apa itu X Video Downloader | Fast and Free?

X Video Downloader | Fast and Free adalah ekstensi Chrome yang dikembangkan oleh Creative Extensions Studio, dan fitur utamanya adalah "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi X Video Downloader | Fast and Free

Unduh file ekstensi X Video Downloader | Fast and Free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama X Video Downloader | Fast and Free X Video Downloader | Fast and Free
ID dknlpoinnbnmbocobocfmbanemkpmpac
URL Resmi https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac
Deskripsi Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
Ukuran File 31.13 KB
Jumlah Instalasi 1,300
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2023-10-17
Tanggal Publikasi 2023-09-17
Penilaian 4.91/5 Total 11 Penilaian
Pengembang Creative Extensions Studio
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://sites.google.com/view/polity-extension/home
Bahasa yang Didukung 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\/*"
    ]
}