TMD — Twitter Media Downloader

Download content you like from Twitter with 1-click

Hvad er TMD — Twitter Media Downloader?

TMD — Twitter Media Downloader er en Chrome-udvidelse udviklet af itium, og dens hovedfunktion er "Download content you like from Twitter with 1-click".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download TMD — Twitter Media Downloader-udvidelses-CRX-fil

Download TMD — Twitter Media 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

                        Conveniently adds a button to every tweet and voilà you're one click away from downloading your image or video or multiple at once. Optionally, If you're exploring Twitter, it also shows let's you know if you already visited a page so you don't keep going to pages you've already discarded.                    

Grundlæggende oplysninger om udvidelsen

Navn TMD — Twitter Media Downloader TMD — Twitter Media Downloader
ID ahfindmojggkncbnjjifikffeekefnkd
Officiel URL https://chromewebstore.google.com/detail/tmd-%E2%80%94-twitter-media-downl/ahfindmojggkncbnjjifikffeekefnkd
Beskrivelse Download content you like from Twitter with 1-click
Filstørrelse 103 KB
Antal Installationer 281
Nuværende Version 4.6.0
Senest Opdateret 2023-03-08
Udgivelsesdato 2023-02-18
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler itium
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TMD \u2014 Twitter Media Downloader",
    "description": "Download content you like from Twitter with 1-click",
    "version": "4.6.0",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/1618033\/TwitterMediaDownloader.git",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png",
        "96": "96.png"
    },
    "options_ui": {
        "page": "options.html"
    },
    "content_scripts": [
        {
            "css": [
                "tmd.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content_script.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/*.twitter.com\/*",
        "*:\/\/*.twimg.com\/*"
    ]
}