Threads Downloader
Download any Photo or Video from Threads
什么是Threads Downloader?
Threads Downloader是由kkarlsenp开发的Chrome扩展程序,该扩展的主要功能是“Download any Photo or Video from Threads”。
扩展截图
下载Threads Downloader扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |