TikTok Comment Summary with ChatGPT OpenAI

A ChatGPT AI tiktok comment summary tool. Have a quick look at people's opinions on the video.

Apa itu TikTok Comment Summary with ChatGPT OpenAI?

TikTok Comment Summary with ChatGPT OpenAI adalah ekstensi Chrome yang dikembangkan oleh Caller Cao, dan fitur utamanya adalah "A ChatGPT AI tiktok comment summary tool. Have a quick look at people's opinions on the video.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TikTok Comment Summary with ChatGPT OpenAI

Unduh file ekstensi TikTok Comment Summary with ChatGPT OpenAI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ChatGPT with TikTok videos comment summary generator provides an access to the summary of TikTok videos. Use it to summarize TikTok videos most liked comment and let you quickly get the content of the video comment, save time and learn quicker. Relying on ChatGPT artificial intelligence, it will achieve effective re-creation.
How to use it?
➡️ Simply go to tik tok website
➡️ Choose the video you are interested in
➡️ Click the comment and refresh page
➡️ Click the Comment & Summary with ChatGPT, If you already logged in chat.openai.com, we will get the comment summary.                    

Informasi Dasar Ekstensi

Nama TikTok Comment Summary with ChatGPT OpenAI TikTok Comment Summary with ChatGPT OpenAI
ID nmaofahljabkmkbceeiajgfdhdndlkai
URL Resmi https://chromewebstore.google.com/detail/tiktok-comment-summary-wi/nmaofahljabkmkbceeiajgfdhdndlkai
Deskripsi A ChatGPT AI tiktok comment summary tool. Have a quick look at people's opinions on the video.
Ukuran File 177 KB
Jumlah Instalasi 200
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-02-28
Tanggal Publikasi 2023-02-27
Penilaian 3.00/5 Total 2 Penilaian
Pengembang Caller Cao
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://denote.net/privacy
Bahasa yang Didukung 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_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.0",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/",
        "https:\/\/mail.google.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "css": [
                "content-script.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_end"
        }
    ]
}