Threads Video Downloader - Threadster

Download Threads videos and images using Threadster.

What is Threads Video Downloader - Threadster?

Threads Video Downloader - Threadster is a Chrome extension developed by https://threadster.app, and its main feature is "Download Threads videos and images using Threadster.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Threads Video Downloader - Threadster Extension CRX File

Download Threads Video Downloader - Threadster 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

                        Threadster is an online tool to download videos and images from Threads. The Threadster extension makes it extremely easy to download media from the Threads.net website.

A Download button will appear below every Thread containing media. Clicking on the Download button will take you straight to the download page where you can download any media from that particular Thread including images and videos.                    

Extension Basic Information

Name Threads Video Downloader - Threadster Threads Video Downloader - Threadster
ID dbapeonhbhkmajmjgpcmlikkjnhbbncm
Official URL https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm
Description Download Threads videos and images using Threadster.
File Size 54.75 KB
Installation Count 252
Current Version 1.1.1
Last Updated 2023-08-26
Publish Date 2023-07-17
Rating 5.00/5 Total 8 Ratings
Developer https://threadster.app
Email [email protected]
Payment Type free
Extension Website https://threadster.app
Help Page URL https://threadster.app/contact-us
Privacy Policy Page URL https://aculix.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.1",
    "description": "Download Threads videos and images using Threadster.",
    "name": "Threads Video Downloader - Threadster",
    "manifest_version": 3,
    "icons": {
        "16": "src\/icons\/icon-16.png",
        "32": "src\/icons\/icon-32.png",
        "48": "src\/icons\/icon-48.png",
        "128": "src\/icons\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.threads.net\/*"
            ],
            "js": [
                "src\/jquery.js",
                "src\/index.js"
            ],
            "css": [
                "src\/css\/index.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/index.js"
            ],
            "matches": [
                "*:\/\/*.threads.net\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.threads.net\/*"
    ]
}