Video Downloader and Summary for TikTok

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

Was ist Video Downloader and Summary for TikTok?

Video Downloader and Summary for TikTok ist eine Chrome-Erweiterung, die von Dunkum Sherwin entwickelt wurde, und ihr Hauptmerkmal ist "Download TikTok videos with one click and use ChatGPT to summarize video content.".

Erweiterungsscreenshots

screenshot
screenshot

Video Downloader and Summary for TikTok-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Downloader and Summary for TikTok-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Downloader and Summary for TikTok Video Downloader and Summary for TikTok
ID gibojgncpopnmbjnfdgnfihhkpooodie
Offizielle URL https://chromewebstore.google.com/detail/video-downloader-and-summ/gibojgncpopnmbjnfdgnfihhkpooodie
Beschreibung Download TikTok videos with one click and use ChatGPT to summarize video content.
Dateigröße 1.79 MB
Installationsanzahl 3,216
Aktuelle Version 1.0.9
Letztes Update 2024-01-26
Veröffentlichungsdatum 2023-04-03
Bewertung 3.00/5 Insgesamt 8 Bewertungen
Entwickler Dunkum Sherwin
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://denote.net/browser-extension-privacy-policy
Unterstützte Sprachen 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"
    ]
}