Threads Video Downloader - Threadster
Download Threads videos and images using Threadster.
Wat is Threads Video Downloader - Threadster?
Threads Video Downloader - Threadster is een Chrome-extensie ontwikkeld door https://threadster.app, en de belangrijkste functie is "Download Threads videos and images using Threadster.".
Extensie Screenshots
Download het CRX-bestand van de extensie Threads Video Downloader - Threadster
Download Threads Video Downloader - Threadster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Threads Video Downloader - Threadster |
ID | dbapeonhbhkmajmjgpcmlikkjnhbbncm |
Officiële URL | https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm |
Beschrijving | Download Threads videos and images using Threadster. |
Bestandsgrootte | 54.75 KB |
Aantal Installaties | 252 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2023-08-26 |
Publicatiedatum | 2023-07-17 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://threadster.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://threadster.app |
Help Pagina-URL | https://threadster.app/contact-us |
URL van de Privacybeleid Pagina | https://aculix.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } |