Threads Downloader
Download any Photo or Video from Threads
ما هو Threads Downloader؟
Threads Downloader هو إضافة Chrome تم تطويرها بواسطة kkarlsenp، والميزة الرئيسية لها هي "Download any Photo or Video from Threads".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Threads Downloader
قم بتنزيل ملفات الامتداد Threads Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | 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" } } |