YouTube™ Comment Picker

EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.

Cos'è YouTube™ Comment Picker?

YouTube™ Comment Picker è un'estensione di Chrome sviluppata da evanssophia549, e la sua funzione principale è "EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube™ Comment Picker

Scarica i file di estensione YouTube™ Comment Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🌟 Reason for choosing EasyComment - Free Youtube Comments Picker & Export 🌟
‒ AI based random youtube comment picker: EasyComment randomly selects a random winner from the youtube comments for you through the ChatGPT, which is a fair giveaway method where everyone has an equal chance of winning.
‒ Support custom picker rules: By using EasyComment, you can customize some comment picker rules and randomly picker winners who are more qualified.
‒ Based on Google Youtube service: EasyComment is based on Google Youtube service to provide you with a stable Youtube comment export service.
‒ Easy to use: Just enter the Youtube Video or Shorts link into the extension to easily random picker or export comments.

🌟 Functions 🌟
🏆 Youtube Comment Picker: Randomly chooses a random winner from yotube comment, a fair way to do giveaways where everyone has an equal chance of winning.
📊 Youtube Comment Export: Export all comments from YouTube Videos and YouTube Shorts to CSV or Excel format with just one click.

How to use EasyComment - Free Youtube Comments Picker & Export❓
1. Click the logo in the Google extension to open the information input page, enter the link to Youtube or Shorts
2. Choose to use the Comment Winner Picker function or the Comment Export function
3. The extension will then start to get comments
4. After the comments are obtained, you can use the Comment Winner Picker function or the Comment Export function.

Welcome to EasyComment - Free Youtube & Shorts Comments Picker & Export! Simple and efficient, making comment management easy. Try it now to increase your interaction with your audience and make your YouTube journey more enjoyable! 🚀

YouTube is a trademark of Google LLC., registered in the U.S. and other countries. This is an independent project and has no relationship to YouTube or YouTube Inc.                    

Informazioni di Base sull'Estensione

Nome YouTube™ Comment Picker YouTube™ Comment Picker
ID dbomfamjhpinkgcdopgggmnapfcakndo
URL Ufficiale https://chromewebstore.google.com/detail/youtube-comment-picker/dbomfamjhpinkgcdopgggmnapfcakndo
Descrizione EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.
Dimensione del File 936 KB
Conteggio Installazioni 130
Versione Corrente 1.0.13
Ultimo Aggiornamento 2024-02-20
Data di Pubblicazione 2023-11-26
Valutazione 5.00/5 Totale 20 Valutazioni
Sviluppatore evanssophia549
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://easycomment.ai
URL della Pagina della Politica sulla Privacy https://easycomment.ai/privacy-and-cookies-policy
Lingue Supportate id,de,en,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,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": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.0.13"
}