TikTok Comment Summary with ChatGPT OpenAI

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

TikTok Comment Summary with ChatGPT OpenAI क्या है?

TikTok Comment Summary with ChatGPT OpenAI Caller Cao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A ChatGPT AI tiktok comment summary tool. Have a quick look at people's opinions on the video."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TikTok Comment Summary with ChatGPT OpenAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TikTok Comment Summary with ChatGPT OpenAI TikTok Comment Summary with ChatGPT OpenAI
ID nmaofahljabkmkbceeiajgfdhdndlkai
आधिकारिक URL https://chromewebstore.google.com/detail/tiktok-comment-summary-wi/nmaofahljabkmkbceeiajgfdhdndlkai
विवरण A ChatGPT AI tiktok comment summary tool. Have a quick look at people's opinions on the video.
फ़ाइल का आकार 177 KB
स्थापना संख्या 200
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-02-28
प्रकाशन तिथि 2023-02-27
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Caller Cao
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://denote.net/privacy
समर्थित भाषाएँ 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"
        }
    ]
}