Video Downloader for TikTok
With one click you can download videos from TikTok.
什么是Video Downloader for TikTok?
Video Downloader for TikTok是由Extensions for Everyone开发的Chrome扩展程序,该扩展的主要功能是“With one click you can download videos from TikTok.”。
扩展截图
下载Video Downloader for TikTok扩展crx文件
下载Video Downloader for TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | mlldilpnfnhmfpcecoclfaflfaafbiho |
官方URL | https://chrome.google.com/webstore/detail/video-downloader-for-tikt/mlldilpnfnhmfpcecoclfaflfaafbiho |
简介 | With one click you can download videos from TikTok. |
文件大小 | 11.13 KB |
安装次数 | 16,580 |
当前版本 | 4.0 |
更新时间 | 2021-02-12 |
上架时间 | 2020-03-27 |
评分 | 2.23/5 共22次评分 |
开发者 | Extensions for Everyone |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.tiktokdownloader.org |
支持的语言 | 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" } } |