Threads Video Downloader - Threadster

Download Threads videos and images using Threadster.

Qu'est-ce que Threads Video Downloader - Threadster ?

Threads Video Downloader - Threadster est une extension Chrome développée par https://threadster.app, et sa fonction principale est "Download Threads videos and images using Threadster.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Threads Video Downloader - Threadster

Téléchargez les fichiers d'extension Threads Video Downloader - Threadster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Threads Video Downloader - Threadster Threads Video Downloader - Threadster
ID dbapeonhbhkmajmjgpcmlikkjnhbbncm
URL Officiel https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm
Description Download Threads videos and images using Threadster.
Taille du Fichier 54.75 KB
Nombre d'Installations 252
Version Actuelle 1.1.1
Dernière Mise à Jour 2023-08-26
Date de Publication 2023-07-17
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://threadster.app
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://threadster.app
URL de la Page d'Aide https://threadster.app/contact-us
URL de la Page de Politique de Confidentialité https://aculix.com/privacy-policy
Langues Prises en Charge 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\/*"
    ]
}