Threads Downloader

Download any Photo or Video from Threads

Threads Downloaderとは何ですか?

Threads Downloaderはkkarlsenpによって開発されたChromeの拡張機能で、その主な機能は「Download any Photo or Video from Threads」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Threads Downloader Threads Downloader
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
Eメール [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"
    }
}