Video Downloader and Summary for TikTok

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

Co je Video Downloader and Summary for TikTok?

Video Downloader and Summary for TikTok je rozšíření Chrome vyvinuté Dunkum Sherwin, a jeho hlavní funkcí je „Download TikTok videos with one click and use ChatGPT to summarize video content.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Video Downloader and Summary for TikTok

Stáhněte si soubory rozšíření Video Downloader and Summary for TikTok ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Video Downloader and Summary for TikTok Video Downloader and Summary for TikTok
ID gibojgncpopnmbjnfdgnfihhkpooodie
Oficiální URL https://chromewebstore.google.com/detail/video-downloader-and-summ/gibojgncpopnmbjnfdgnfihhkpooodie
Popis Download TikTok videos with one click and use ChatGPT to summarize video content.
Velikost souboru 1.79 MB
Počet instalací 3,216
Aktuální Verze 1.0.9
Poslední Aktualizace 2024-01-26
Datum Vydání 2023-04-03
Hodnocení 3.00/5 Celkem 8 Hodnocení
Vývojář Dunkum Sherwin
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://denote.net/browser-extension-privacy-policy
Podporované Jazyky 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"
    ]
}