Threads Downloader
Download any Photo or Video from Threads
Wat is Threads Downloader?
Threads Downloader is een Chrome-extensie ontwikkeld door kkarlsenp, en de belangrijkste functie is "Download any Photo or Video from Threads".
Extensie Screenshots
Download het CRX-bestand van de extensie Threads Downloader
Download Threads Downloader-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
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.
Basisinformatie over de Extensie
Naam | Threads Downloader |
ID | gbepdhiinglhceigbfodbklagmgofmco |
Officiële URL | https://chromewebstore.google.com/detail/threads-downloader/gbepdhiinglhceigbfodbklagmgofmco |
Beschrijving | Download any Photo or Video from Threads |
Bestandsgrootte | 16.22 KB |
Aantal Installaties | 453 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-07-18 |
Publicatiedatum | 2023-07-18 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | kkarlsenp |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/threads-vdownloader |
Ondersteunde Talen | 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" } } |