Threads Video Downloader - Threadster

Download Threads videos and images using Threadster.

什么是Threads Video Downloader - Threadster?

Threads Video Downloader - Threadster是由https://threadster.app开发的Chrome扩展程序,该扩展的主要功能是“Download Threads videos and images using Threadster.”。

扩展截图

screenshot
screenshot
screenshot

下载Threads Video Downloader - Threadster扩展crx文件

下载Threads Video Downloader - Threadster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Threads Video Downloader - Threadster Threads Video Downloader - Threadster
ID dbapeonhbhkmajmjgpcmlikkjnhbbncm
官方URL https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm
简介 Download Threads videos and images using Threadster.
文件大小 54.75 KB
安装次数 252
当前版本 1.1.1
更新时间 2023-08-26
上架时间 2023-07-17
评分 5.00/5 共8次评分
开发者 https://threadster.app
电子邮箱 [email protected]
付费类型 free
扩展官网 https://threadster.app
帮助页面URL https://threadster.app/contact-us
隐私政策页面URL https://aculix.com/privacy-policy
支持的语言 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\/*"
    ]
}