TikTok Video Downloader with ChatGPT

Download TikTok videos without watermark. Download TikTok videos summary with ChatGPT.

什么是TikTok Video Downloader with ChatGPT?

TikTok Video Downloader with ChatGPT是由https://windows11tools.com开发的Chrome扩展程序,该扩展的主要功能是“Download TikTok videos without watermark. Download TikTok videos summary with ChatGPT.”。

扩展截图

screenshot
screenshot

下载TikTok Video Downloader with ChatGPT扩展crx文件

下载TikTok Video Downloader with ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is used to download videos with no watermark. This extension provides video summary with ChatGPT.

It allows you download & save videos you want and remove the logo or watermark on the  videos. 

Features of video downloader for TikTok:
Download and save video;
Remove video with no watermark;
No video quantity limits;
Provide summary with ChatGPT for every video.

This is downloader which is totally free and simple to use. 

Why choose video downloader?

TikTok is a powerful tool which allows us share our wonderful life to others. Now it is the most popular video community in the world. More and more users create videos and share videos through TikTok. This extension helps users to quickly download the videos they want with no watermark in the video. You can save any videos you want in a fast speed.

How to use video downloader?
After install it on your chrome, this downloader will analyze the videos currently showed on the page. You have no need to log in, and find the download button on the video detail page. 

Is it safe to use?
We will not store your browsing history or send information from the background scrip.

Is video downloader legal?
As long as you won't do anything illegal with these videos, then it is legal.                    

扩展基本信息

名称 TikTok Video Downloader with ChatGPT TikTok Video Downloader with ChatGPT
ID kgpilpibpodfgnmbnhhfbiiplgennplc
官方URL https://chromewebstore.google.com/detail/tiktok-video-downloader-w/kgpilpibpodfgnmbnhhfbiiplgennplc
简介 Download TikTok videos without watermark. Download TikTok videos summary with ChatGPT.
文件大小 2.01 MB
安装次数 559
当前版本 1.1.0
更新时间 2024-01-30
上架时间 2023-06-25
评分 5.00/5 共2次评分
开发者 https://windows11tools.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://windows11tools.com/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,pl,ro,sk,sl,fi,sv,cs,sr,bg,ru,uk,fa,mr,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.1.0",
    "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": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png",
        "300": "300.png",
        "500": "500.png"
    },
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "https:\/\/tiktok.com\/*",
        "https:\/\/*.tiktokcdn.com\/*",
        "https:\/\/*.tiktokv.com\/*",
        "https:\/\/*.openai.com\/*"
    ],
    "permissions": [
        "downloads",
        "storage",
        "tabs",
        "webRequest",
        "declarativeNetRequest"
    ]
}