Threads Video Downloader - Threadster

Download Threads videos and images using Threadster.

ما هو Threads Video Downloader - Threadster؟

Threads Video Downloader - Threadster هو إضافة Chrome تم تطويرها بواسطة https://threadster.app، والميزة الرئيسية لها هي "Download Threads videos and images using Threadster.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Threads Video Downloader - Threadster

قم بتنزيل ملفات الامتداد Threads Video Downloader - Threadster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Threads Video Downloader - Threadster Threads Video Downloader - Threadster
ID dbapeonhbhkmajmjgpcmlikkjnhbbncm
عنوان URL الرسمي https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm
الوصف Download Threads videos and images using Threadster.
حجم الملف 54.75 KB
عدد التثبيتات 252
النسخة الحالية 1.1.1
آخر تحديث 2023-08-26
تاريخ النشر 2023-07-17
تقييم 5.00/5 مجموع تقييمات 8
المطور https://threadster.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://threadster.app
عنوان صفحة المساعدة https://threadster.app/contact-us
عنوان صفحة سياسة الخصوصية https://aculix.com/privacy-policy
اللغات المدعومة 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\/*"
    ]
}