Threads Downloader

Download any Photo or Video from Threads

What is Threads Downloader?

Threads Downloader is a Chrome extension developed by kkarlsenp, and its main feature is "Download any Photo or Video from Threads".

Extension Screenshots

screenshot

Download Threads Downloader Extension CRX File

Download Threads Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Threads Downloader Threads Downloader
ID gbepdhiinglhceigbfodbklagmgofmco
Official URL https://chromewebstore.google.com/detail/threads-downloader/gbepdhiinglhceigbfodbklagmgofmco
Description Download any Photo or Video from Threads
File Size 16.22 KB
Installation Count 453
Current Version 1.0.0
Last Updated 2023-07-18
Publish Date 2023-07-18
Rating 5.00/5 Total 3 Ratings
Developer kkarlsenp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/threads-vdownloader
Supported Languages 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"
    }
}