Video Downloader and Summary for TikTok

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

Что такое Video Downloader and Summary for TikTok?

Video Downloader and Summary for TikTok - это расширение Chrome, разработанное Dunkum Sherwin, и его основная функция - "Download TikTok videos with one click and use ChatGPT to summarize video content.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Video Downloader and Summary for TikTok

Скачайте файлы расширений Video Downloader and Summary for TikTok в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Video Downloader and Summary for TikTok Video Downloader and Summary for TikTok
ID gibojgncpopnmbjnfdgnfihhkpooodie
Официальный URL https://chromewebstore.google.com/detail/video-downloader-and-summ/gibojgncpopnmbjnfdgnfihhkpooodie
Описание Download TikTok videos with one click and use ChatGPT to summarize video content.
Размер файла 1.79 MB
Количество установок 3,216
Текущая Версия 1.0.9
Последнее Обновление 2024-01-26
Дата публикации 2023-04-03
Рейтинг 3.00/5 Всего 8 оценок
Разработчик Dunkum Sherwin
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://denote.net/browser-extension-privacy-policy
Поддерживаемые языки 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"
    ]
}