YouTube™ Comment Picker

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

YouTube™ Comment Picker là gì?

YouTube™ Comment Picker là một tiện ích mở rộng Chrome được phát triển bởi evanssophia549, và tính năng chính của nó là "EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube™ Comment Picker

Tải xuống các tệp mở rộng YouTube™ Comment Picker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube™ Comment Picker YouTube™ Comment Picker
ID dbomfamjhpinkgcdopgggmnapfcakndo
URL Chính Thức https://chromewebstore.google.com/detail/youtube-comment-picker/dbomfamjhpinkgcdopgggmnapfcakndo
Mô tả EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.
Kích Thước Tệp 936 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2023-11-26
Đánh Giá 5.00/5 Tổng số 20 Đánh Giá
Nhà Phát Triển evanssophia549
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://easycomment.ai
URL Trang Chính Sách Bảo Mật https://easycomment.ai/privacy-and-cookies-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}