TikTok Downloader
Download TikTok videos with the click of a single button
What is TikTok Downloader?
TikTok Downloader is a Chrome extension developed by Aponventure, and its main feature is "Download TikTok videos with the click of a single button".
Extension Screenshots
Download TikTok Downloader Extension CRX File
Download TikTok Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Extension Basic Information
Name | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
Official URL | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Description | Download TikTok videos with the click of a single button |
File Size | 259 KB |
Installation Count | 1,844 |
Current Version | 1.0.0 |
Last Updated | 2020-07-11 |
Publish Date | 2020-07-11 |
Rating | 2.00/5 Total 6 Ratings |
Developer | Aponventure |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |