TikTok Downloader
Download TikTok videos with the click of a single button
Was ist TikTok Downloader?
TikTok Downloader ist eine Chrome-Erweiterung, die von Aponventure entwickelt wurde, und ihr Hauptmerkmal ist "Download TikTok videos with the click of a single button".
Erweiterungsscreenshots
TikTok Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie TikTok Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
Offizielle URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Beschreibung | Download TikTok videos with the click of a single button |
Dateigröße | 259 KB |
Installationsanzahl | 1,844 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2020-07-11 |
Veröffentlichungsdatum | 2020-07-11 |
Bewertung | 2.00/5 Insgesamt 6 Bewertungen |
Entwickler | Aponventure |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |