Twitter Video Downloader

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

Hvad er Twitter Video Downloader?

Twitter Video Downloader er en Chrome-udvidelse udviklet af Zelly Snyder, og dens hovedfunktion er "Click a button to download a video on a Twitter post, even on private profiles.".

Udvidelsesskærmbilleder

screenshot

Download Twitter Video Downloader-udvidelses-CRX-fil

Download Twitter Video Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
Officiel URL https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
Beskrivelse Click a button to download a video on a Twitter post, even on private profiles.
Filstørrelse 46.51 KB
Antal Installationer 2,183
Nuværende Version 1.0.22
Senest Opdateret 2024-01-06
Udgivelsesdato 2022-02-07
Bedømmelse 2.75/5 Samlet 4 Bedømmelser
Udvikler Zelly Snyder
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/proprietary/twitter-video-downloader
Hjælpeside-URL https://github.com/proprietary/twitter-video-downloader/issues
URL til Fortrolighedspolitik Side https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
Understøttede Sprog 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"
    }
}