YouTube™ Comment Picker

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

Hvad er YouTube™ Comment Picker?

YouTube™ Comment Picker er en Chrome-udvidelse udviklet af evanssophia549, og dens hovedfunktion er "EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download YouTube™ Comment Picker-udvidelses-CRX-fil

Download YouTube™ Comment Picker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        🌟 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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube™ Comment Picker YouTube™ Comment Picker
ID dbomfamjhpinkgcdopgggmnapfcakndo
Officiel URL https://chromewebstore.google.com/detail/youtube-comment-picker/dbomfamjhpinkgcdopgggmnapfcakndo
Beskrivelse EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.
Filstørrelse 936 KB
Antal Installationer 130
Nuværende Version 1.0.13
Senest Opdateret 2024-02-20
Udgivelsesdato 2023-11-26
Bedømmelse 5.00/5 Samlet 20 Bedømmelser
Udvikler evanssophia549
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://easycomment.ai
URL til Fortrolighedspolitik Side https://easycomment.ai/privacy-and-cookies-policy
Understøttede Sprog 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"
}