TTVDLR.com - Download TikTok Videos

Download TikTok Videos.

O que é TTVDLR.com - Download TikTok Videos?

TTVDLR.com - Download TikTok Videos é uma extensão do Chrome desenvolvida por https://ttvdlr.com, e sua principal característica é "Download TikTok Videos.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TTVDLR.com - Download TikTok Videos

Baixe arquivos de extensão TTVDLR.com - Download TikTok Videos 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

                        This extension allows users to download and save TikTok videos as MP4s, with or without the TikTok watermark. 

Save time by downloading videos with the click of a button as you browse on Chrome, and save directly to your computer. This makes it really easy to download videos as you browse, so you can keep enjoying TikTok without having to go to an external site to save videos!

By downloading your TikToks without the watermark, you can easily upload and repurpose your content to other platforms such as Pinterest, Instagram, YouTube and more! 

Be omnipresent on all your social channels with ease with this time-saving extension!

---------------------
You will need to purchase a license to use this extension. *It will not work without a login.*
$3.99/month to download unlimited videos!
Cancel anytime. 
Visit https://TTVDLR.com to get your login and start downloading TikTok videos today!
-----------------------                    

Informações Básicas da Extensão

Nome TTVDLR.com - Download TikTok Videos TTVDLR.com - Download TikTok Videos
ID glionobmpbnfolpidmfchmkfahfkameo
URL Oficial https://chromewebstore.google.com/detail/ttvdlrcom-download-tiktok/glionobmpbnfolpidmfchmkfahfkameo
Descrição Download TikTok Videos.
Tamanho do Arquivo 1.18 MB
Contagem de Instalações 97
Versão Atual 2.0
Última Atualização 2022-01-15
Data de Publicação 2021-12-07
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor https://ttvdlr.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://TTVDLR.com/
URL da Página de Ajuda https://TTVDLR.com/support
URL da Página de Política de Privacidade https://fastfunnelformula.com/ttvdlr-privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TTVDLR.com - Download TikTok Videos",
    "description": "Download TikTok Videos.",
    "version": "2.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "TikTok Video Downloader",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "vendor\/content.css"
            ],
            "js": [
                "tiktok.bundle.js"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}