Video Downloader and Summary for TikTok

Download TikTok videos with one click and use ChatGPT to summarize video content.

O que é Video Downloader and Summary for TikTok?

Video Downloader and Summary for TikTok é uma extensão do Chrome desenvolvida por Dunkum Sherwin, e sua principal característica é "Download TikTok videos with one click and use ChatGPT to summarize video content.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Downloader and Summary for TikTok

Baixe arquivos de extensão Video Downloader and Summary for TikTok 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 no watermark tt videos in high quality to your computer or laptop!This Extension can help you download videos on tiktok, so that you can save your favorite videos anytime and anywhere.In addition, you can also get the summary of the video, save time and learn quicker. 

Features:
● Easy to use: Save videos with one click.
● Powerful functions: Download the highest definition video resources to your machine, so that you have the best viewing experience.
● No watermark: Download TikTok video without watermark.
● Get the summaries of videos without watching
● Super Safe: We provide you with convenient and efficient download functions, you can rest assured to save any video.

How to use:
● Just go to TikTok.com.
● Find the video you want to save. 
● Click the download button at the top right of the video.
● Your favorite videos are automatically downloaded to your computer.
● Click the View AI Summary Icon, If you already logged in chat.openai.com, we will get the video summary.

Is TikTok video downloader legal?
Yes, as long as you download the video for your personal offline use, you probably won't do anything illegal. However, if you want to share them in the community or for commercial use, you will need the author's consent.

NOTE:
TikTok is a trademark of TikTok Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to TikTok or TikTok Inc.                    

Informações Básicas da Extensão

Nome Video Downloader and Summary for TikTok Video Downloader and Summary for TikTok
ID gibojgncpopnmbjnfdgnfihhkpooodie
URL Oficial https://chromewebstore.google.com/detail/video-downloader-and-summ/gibojgncpopnmbjnfdgnfihhkpooodie
Descrição Download TikTok videos with one click and use ChatGPT to summarize video content.
Tamanho do Arquivo 1.79 MB
Contagem de Instalações 3,216
Versão Atual 1.0.9
Última Atualização 2024-01-26
Data de Publicação 2023-04-03
Classificação 3.00/5 Total de 8 Avaliações
Desenvolvedor Dunkum Sherwin
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://denote.net/browser-extension-privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "version": "1.0.9",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tiktok.com\/*",
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "main.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "16.png",
                "assets\/example.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "ruleset.json"
            }
        ]
    },
    "icons": {
        "128": "128.png"
    },
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "https:\/\/tiktok.com\/*",
        "https:\/\/*.tiktokcdn.com\/*",
        "https:\/\/*.tiktokv.com\/*",
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "downloads",
        "storage",
        "tabs",
        "webRequest",
        "declarativeNetRequest"
    ]
}