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 |
| 官方網址 | 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"
}
} | |