TikTok Downloader
Download TikTok videos with the click of a single button
Wat is TikTok Downloader?
TikTok Downloader is een Chrome-extensie ontwikkeld door Aponventure, en de belangrijkste functie is "Download TikTok videos with the click of a single button".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok Downloader
Download TikTok Downloader-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
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Basisinformatie over de Extensie
Naam | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
Officiële URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Beschrijving | Download TikTok videos with the click of a single button |
Bestandsgrootte | 259 KB |
Aantal Installaties | 1,844 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-07-11 |
Publicatiedatum | 2020-07-11 |
Beoordeling | 2.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Aponventure |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |