TMD — Twitter Media Downloader

Download content you like from Twitter with 1-click

TMD — Twitter Media Downloader란 무엇입니까?

TMD — Twitter Media Downloader은(는) itium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download content you like from Twitter with 1-click"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TMD — Twitter Media Downloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 TMD — Twitter Media Downloader TMD — Twitter Media Downloader
ID ahfindmojggkncbnjjifikffeekefnkd
공식 URL https://chromewebstore.google.com/detail/tmd-%E2%80%94-twitter-media-downl/ahfindmojggkncbnjjifikffeekefnkd
설명 Download content you like from Twitter with 1-click
파일 크기 103 KB
설치 횟수 281
현재 버전 4.6.0
최근 업데이트 2023-03-08
출시 날짜 2023-02-18
평점 1.00/5 총 1 개의 평점
개발자 itium
이메일 [email protected]
결제 유형 free
지원되는 언어 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\/*"
    ]
}