TikTok Downloader
Download TikTok videos with the click of a single button
O que é TikTok Downloader?
TikTok Downloader é uma extensão do Chrome desenvolvida por Aponventure, e sua principal característica é "Download TikTok videos with the click of a single button".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TikTok Downloader
Baixe arquivos de extensão TikTok Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Download TikTok videos with the click of a single button in browser and in mobile view to get hte same feel as the app.
Informações Básicas da Extensão
Nome | |
ID | ghfacigpedfmpgpgmapmajhnkmdaegif |
URL Oficial | https://chrome.google.com/webstore/detail/tiktok-downloader/ghfacigpedfmpgpgmapmajhnkmdaegif |
Descrição | Download TikTok videos with the click of a single button |
Tamanho do Arquivo | 259 KB |
Contagem de Instalações | 1,844 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-07-11 |
Data de Publicação | 2020-07-11 |
Classificação | 2.00/5 Total de 6 Avaliações |
Desenvolvedor | Aponventure |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |