Video Downloader for TikTok
With one click you can download videos from TikTok.
Qu'est-ce que Video Downloader for TikTok ?
Video Downloader for TikTok est une extension Chrome développée par Extensions for Everyone, et sa fonction principale est "With one click you can download videos from TikTok.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Downloader for TikTok
Téléchargez les fichiers d'extension Video Downloader for TikTok au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mlldilpnfnhmfpcecoclfaflfaafbiho |
URL Officiel | https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho |
Description | With one click you can download videos from TikTok. |
Taille du Fichier | 11.13 KB |
Nombre d'Installations | 16,580 |
Version Actuelle | 4.0 |
Dernière Mise à Jour | 2021-02-12 |
Date de Publication | 2020-03-27 |
Évaluation | 2.23/5 Total 22 Évaluations |
Développeur | Extensions for Everyone |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.tiktokdownloader.org |
Langues Prises en Charge | 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" } } |