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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}