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
Eメール [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\/*"
    ]
}