Twitter Video Downloader

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

Wat is Twitter Video Downloader?

Twitter Video Downloader is een Chrome-extensie ontwikkeld door Zelly Snyder, en de belangrijkste functie is "Click a button to download a video on a Twitter post, even on private profiles.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter Video Downloader

Download Twitter Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
Officiële URL https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
Beschrijving Click a button to download a video on a Twitter post, even on private profiles.
Bestandsgrootte 46.51 KB
Aantal Installaties 2,183
Huidige Versie 1.0.22
Laatst Bijgewerkt 2024-01-06
Publicatiedatum 2022-02-07
Beoordeling 2.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Zelly Snyder
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/proprietary/twitter-video-downloader
Help Pagina-URL https://github.com/proprietary/twitter-video-downloader/issues
URL van de Privacybeleid Pagina https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
Ondersteunde Talen 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"
    }
}