Tiktok Video Downloader
Download Tik tok Videos - Tiktok Downloader
O que é Tiktok Video Downloader?
Tiktok Video Downloader é uma extensão do Chrome desenvolvida por ScToMp3.net, e sua principal característica é "Download Tik tok Videos - Tiktok Downloader".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tiktok Video Downloader
Baixe arquivos de extensão Tiktok Video 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
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. * Features - Download High Quality videos from any Posts on Tiktok and save to your computer, by clicking on 'download(yellow download image)' button over the video top-right. - Mass download all the videos from any page on Tiktok, by opening the extension popup from toolbar. * How to get video on Tiktok 1. Tiktok Downloader will open automatically each time your browser starts. 2. As you browse videos they will automatically be detected by the extension. 3. Click the red download button on the bottom right of a video to begin the download process. 4. Have fun sharing your downloaded tiktok videos with your friends! * Important Note This application does NOT belong or related to the official Tiktok application/website in any ways. It is an unofficial application that is developed and maintained independently.
Informações Básicas da Extensão
Nome | |
ID | jjigicplankdlhbbenagcnalmfinmojl |
URL Oficial | https://chrome.google.com/webstore/detail/tiktok-video-downloader/jjigicplankdlhbbenagcnalmfinmojl |
Descrição | Download Tik tok Videos - Tiktok Downloader |
Tamanho do Arquivo | 20.14 KB |
Contagem de Instalações | 37 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-03-29 |
Data de Publicação | 2021-03-29 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | ScToMp3.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://sctomp3.net/tiktok-downloader/ |
URL da Página de Política de Privacidade | https://sctomp3.net/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tiktok Video Downloader", "version": "1.0.0", "author": "Sctomp3.net", "description": "Download Tik tok Videos - Tiktok Downloader", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/", "*:\/\/*.tiktok.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/style.css" ] } ], "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" } } |