Threads Video Downloader - Threadster

Download Threads videos and images using Threadster.

Co je Threads Video Downloader - Threadster?

Threads Video Downloader - Threadster je rozšíření Chrome vyvinuté https://threadster.app, a jeho hlavní funkcí je „Download Threads videos and images using Threadster.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Threads Video Downloader - Threadster

Stáhněte si soubory rozšíření Threads Video Downloader - Threadster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Threads Video Downloader - Threadster Threads Video Downloader - Threadster
ID dbapeonhbhkmajmjgpcmlikkjnhbbncm
Oficiální URL https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm
Popis Download Threads videos and images using Threadster.
Velikost souboru 54.75 KB
Počet instalací 252
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-08-26
Datum Vydání 2023-07-17
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://threadster.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://threadster.app
URL Stránky Nápovědy https://threadster.app/contact-us
URL Stránky Zásad Ochrany Soukromí https://aculix.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}