TikTok Downloader
Download TikTok videos with the click of a single button
Qu'est-ce que TikTok Downloader ?
TikTok Downloader est une extension Chrome développée par Aponventure, et sa fonction principale est "Download TikTok videos with the click of a single button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TikTok Downloader
Téléchargez les fichiers d'extension TikTok Downloader 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
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Informations de Base sur l'Extension
Nom | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
URL Officiel | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Description | Download TikTok videos with the click of a single button |
Taille du Fichier | 259 KB |
Nombre d'Installations | 1,844 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2020-07-11 |
Évaluation | 2.00/5 Total 6 Évaluations |
Développeur | Aponventure |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikTok Downloader", "description": "Download TikTok videos with the click of a single button", "version": "1.0.0", "short_name": "TikTokDL", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "TikTok Downloader", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/@*\/video\/*", "https:\/\/www.tiktok.com\/@*", "https:\/\/www.tiktok.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "permissions": [ "activeTab" ] } |