TMD — Twitter Media Downloader

Download content you like from Twitter with 1-click

TMD — Twitter Media Downloaderคืออะไร?

TMD — Twitter Media Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย itium และคุณลักษณะหลักของมันคือ "Download content you like from Twitter with 1-click"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TMD — Twitter Media Downloader

ดาวน์โหลดไฟล์ส่วนขยาย TMD — Twitter Media Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}