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
官方網址 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\/*"
    ]
}