TikTok Video Downloader with ChatGPT

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

Vad är TikTok Video Downloader with ChatGPT?

TikTok Video Downloader with ChatGPT är en Chrome-tillägg utvecklad av https://windows11tools.com, och dess huvudfunktion är "Download TikTok videos without watermark. Download TikTok videos summary with ChatGPT.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TikTok Video Downloader with ChatGPT-förlängningens CRX-fil

Ladda ner TikTok Video Downloader with ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn TikTok Video Downloader with ChatGPT TikTok Video Downloader with ChatGPT
ID kgpilpibpodfgnmbnhhfbiiplgennplc
Officiell webbadress https://chromewebstore.google.com/detail/tiktok-video-downloader-w/kgpilpibpodfgnmbnhhfbiiplgennplc
Beskrivning Download TikTok videos without watermark. Download TikTok videos summary with ChatGPT.
Filstorlek 2.01 MB
Antal Installationer 559
Aktuell Version 1.1.0
Senast Uppdaterad 2024-01-30
Publiceringsdatum 2023-06-25
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://windows11tools.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://windows11tools.com/privacy-policy
Stödda Språk 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"
    ]
}