Threads Downloader

Download any Photo or Video from Threads

Threads Downloader là gì?

Threads Downloader là một tiện ích mở rộng Chrome được phát triển bởi kkarlsenp, và tính năng chính của nó là "Download any Photo or Video from Threads".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Threads Downloader

Tải xuống các tệp mở rộng Threads Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Threads Downloader Threads Downloader
ID gbepdhiinglhceigbfodbklagmgofmco
URL Chính Thức https://chromewebstore.google.com/detail/threads-downloader/gbepdhiinglhceigbfodbklagmgofmco
Mô tả Download any Photo or Video from Threads
Kích Thước Tệp 16.22 KB
Số Lần Cài Đặt 453
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-07-18
Ngày Phát Hành 2023-07-18
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển kkarlsenp
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/threads-vdownloader
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}