Threads Downloader

Download any Photo or Video from Threads

Threads Downloaderคืออะไร?

Threads Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kkarlsenp และคุณลักษณะหลักของมันคือ "Download any Photo or Video from Threads"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Threads Downloader

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

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

                        Brand new extension for brand new social network. Photo and Video downloader for Meta Threads. 

This Downloader is developed to provide two main functions:
1) Download Photo from Threads;
2) Download Video from Threads.
Click Download button and downloading will start immediately. Save any media you like to your PC to watch or use it later.

Note: My extension has nothing to do with official app Threads by Meta. This is a tool which provides a bit more advanced functionality for users. Designed and developed by independent developer with no relations to Meta project.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Threads Downloader Threads Downloader
ID gbepdhiinglhceigbfodbklagmgofmco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/threads-downloader/gbepdhiinglhceigbfodbklagmgofmco
คำอธิบาย Download any Photo or Video from Threads
ขนาดไฟล์ 16.22 KB
จำนวนการติดตั้ง 453
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-07-18
วันที่เผยแพร่ 2023-07-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา kkarlsenp
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/threads-vdownloader
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.0",
    "background": {
        "service_worker": "\/js\/sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/cs.js"
            ],
            "matches": [
                "https:\/\/*.threads.net\/*"
            ],
            "css": [
                "\/css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "downloads"
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": "\/icons\/icon_128.png"
    }
}