Threads Downloader

Download any Photo or Video from Threads

Cos'è Threads Downloader?

Threads Downloader è un'estensione di Chrome sviluppata da kkarlsenp, e la sua funzione principale è "Download any Photo or Video from Threads".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Threads Downloader

Scarica i file di estensione Threads Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Threads Downloader Threads Downloader
ID gbepdhiinglhceigbfodbklagmgofmco
URL Ufficiale https://chromewebstore.google.com/detail/threads-downloader/gbepdhiinglhceigbfodbklagmgofmco
Descrizione Download any Photo or Video from Threads
Dimensione del File 16.22 KB
Conteggio Installazioni 453
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-07-18
Data di Pubblicazione 2023-07-18
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore kkarlsenp
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/threads-vdownloader
Lingue Supportate 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"
    }
}