Video Downloader for TikTok

With one click you can download videos from TikTok.

Wat is Video Downloader for TikTok?

Video Downloader for TikTok is een Chrome-extensie ontwikkeld door Extensions for Everyone, en de belangrijkste functie is "With one click you can download videos from TikTok.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Video Downloader for TikTok

Download Video Downloader for TikTok-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

                        Downloader for TikTok allows you to download videos & photos from the platform TikTok for free. You just need to go to any TikTok video or photo and then click on the browser extension icon. Then you have the download button available.                    

Basisinformatie over de Extensie

Naam Video Downloader for TikTok Video Downloader for TikTok
ID mlldilpnfnhmfpcecoclfaflfaafbiho
Officiële URL https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho
Beschrijving With one click you can download videos from TikTok.
Bestandsgrootte 11.13 KB
Aantal Installaties 16,580
Huidige Versie 4.0
Laatst Bijgewerkt 2021-02-12
Publicatiedatum 2020-03-27
Beoordeling 2.23/5 Totaal 22 Beoordelingen
Ontwikkelaar Extensions for Everyone
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tiktokdownloader.org
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Downloader for TikTok",
    "version": "4.0",
    "description": "With one click you can download videos from TikTok.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}