TikTok™ Giveaway Picker - EasyComment

TikTok Comment Picker&Export: Choose a winner from TikTok comments and export all comments with just one click.

Τι είναι το TikTok™ Giveaway Picker - EasyComment;

Το TikTok™ Giveaway Picker - EasyComment είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον evanssophia549, και η κύρια λειτουργία του είναι "TikTok Comment Picker&Export: Choose a winner from TikTok comments and export all comments with just one click.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TikTok™ Giveaway Picker - EasyComment

Λήψη αρχείων επέκτασης TikTok™ Giveaway Picker - EasyComment σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        The TikTok giveaway picker allows you to customize rules for choosing winners, including the number of winners, keyword filters, and duplicate entries filters. The TikTok Comment Export feature eliminates the need for copy-pasting; with just one click, you can export all comments.

Why choose Tiktok Comment Export&Picker ❓
🏆Tiktok comment picker: Lucky draw in comment area
🐒Customize settings: including the number of winners, keyword filters, and duplicate entries filters.
🍳Easy to use: Simple interface, easy to use, no learning cost
🐿️Export all: You can export all comments for tiktok, including nested comments.
🫰Smart link recognition: No need to copy the link, after opening the Google extension, it will automatically identify whether the current page is tiktok

How to choose a winner from TikTok comments❓
● Open the TikTok video for which you wish to picker a winner.
● Open the Google extension, choose "AI Picker Winner" and click the start button.
● Set up the rules for picking a winner.
● Pick a winner among the comments on TikTok.

🌟 Welcome to TikTok Comment Export & Picker! With a clean interface, user-friendly operation, and a versatile winner-picking configuration, saves time compared to manual operations.Give it a try now! 🏃‍♂️🏃‍♀️                    

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

Όνομα TikTok™ Giveaway Picker - EasyComment TikTok™ Giveaway Picker - EasyComment
ID nmemlcghmdkmgnempjnjgaifndbocgja
Επίσημο URL https://chromewebstore.google.com/detail/tiktok-giveaway-picker-ea/nmemlcghmdkmgnempjnjgaifndbocgja
Περιγραφή TikTok Comment Picker&Export: Choose a winner from TikTok comments and export all comments with just one click.
Μέγεθος Αρχείου 1.12 MB
Αριθμός Εγκαταστάσεων 133
Τρέχουσα Έκδοση 1.1.1
Τελευταία Ενημέρωση 2024-02-24
Ημερομηνία Δημοσίευσης 2023-12-22
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής evanssophia549
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://easycomment.ai
URL της Σελίδας Πολιτικής Απορρήτου https://easycomment.ai/privacy-and-cookies-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,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",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/easycomment.ai\/",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "add-button-script.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ]
        }
    ],
    "version": "1.1.1"
}