TikTok Video Tags Summary with ChatGPT

Recommend tags and tag summary from TikTok video with Chat GPT Open AI.

Τι είναι το TikTok Video Tags Summary with ChatGPT;

Το TikTok Video Tags Summary with ChatGPT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Castillo Richard, και η κύρια λειτουργία του είναι "Recommend tags and tag summary from TikTok video with Chat GPT Open AI.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TikTok Video Tags Summary with ChatGPT

Λήψη αρχείων επέκτασης TikTok Video Tags Summary with ChatGPT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        TikTok Video Tags are considered as an important factor in ranking of videos for a particular query.
You can better understand TikTok videos and get recommended information through ChatGPT by using this extension.


Features:
● View the tags of any TikTok Video
● Get the recommendations of TikTok Video with Chat GPT
● Save time:  Quickly understand the content of the video through recommended tags summary.
● Easy to use: Copy the tags summary with one click

The only thing you need to do is to install this extension, then go to the TikTok and below the video player, you can find the tags&summary of the video are shown in the screenshot.

Note: don't forget to reload the TikTok page after installing the extension.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TikTok Video Tags Summary with ChatGPT TikTok Video Tags Summary with ChatGPT
ID nmccmoeihdmphnejppahljhfdggediec
Επίσημο URL https://chromewebstore.google.com/detail/tiktok-video-tags-summary/nmccmoeihdmphnejppahljhfdggediec
Περιγραφή Recommend tags and tag summary from TikTok video with Chat GPT Open AI.
Μέγεθος Αρχείου 792 KB
Αριθμός Εγκαταστάσεων 683
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2023-04-15
Ημερομηνία Δημοσίευσης 2023-03-09
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Castillo Richard
Ηλεκτρονικό ταχυδρομείο [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_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "tabs",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo.png",
            "32": "logo.png",
            "48": "logo.png",
            "128": "logo.png",
            "300": "logo.png",
            "500": "logo.png"
        },
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "css": [
                "content-script.css",
                "static\/css\/index.css"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*",
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content-script.js",
                "static\/element-ui.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.openai.com\/*"
            ],
            "js": [
                "OpenAiCopy.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}