Video Downloader and Summary for TikTok

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

ما هو Video Downloader and Summary for TikTok؟

Video Downloader and Summary for TikTok هو إضافة Chrome تم تطويرها بواسطة Dunkum Sherwin، والميزة الرئيسية لها هي "Download TikTok videos with one click and use ChatGPT to summarize video content.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Video Downloader and Summary for TikTok

قم بتنزيل ملفات الامتداد Video Downloader and Summary for TikTok بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Video Downloader and Summary for TikTok Video Downloader and Summary for TikTok
ID gibojgncpopnmbjnfdgnfihhkpooodie
عنوان URL الرسمي https://chromewebstore.google.com/detail/video-downloader-and-summ/gibojgncpopnmbjnfdgnfihhkpooodie
الوصف Download TikTok videos with one click and use ChatGPT to summarize video content.
حجم الملف 1.79 MB
عدد التثبيتات 3,216
النسخة الحالية 1.0.9
آخر تحديث 2024-01-26
تاريخ النشر 2023-04-03
تقييم 3.00/5 مجموع تقييمات 8
المطور Dunkum Sherwin
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://denote.net/browser-extension-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,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"
    ]
}