YouTube™ Comment Picker

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

Vad är YouTube™ Comment Picker?

YouTube™ Comment Picker är en Chrome-tillägg utvecklad av evanssophia549, och dess huvudfunktion är "EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner YouTube™ Comment Picker-förlängningens CRX-fil

Ladda ner YouTube™ Comment Picker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🌟 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äggande Information om Tillägg

Namn YouTube™ Comment Picker YouTube™ Comment Picker
ID dbomfamjhpinkgcdopgggmnapfcakndo
Officiell webbadress https://chromewebstore.google.com/detail/youtube-comment-picker/dbomfamjhpinkgcdopgggmnapfcakndo
Beskrivning EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.
Filstorlek 936 KB
Antal Installationer 130
Aktuell Version 1.0.13
Senast Uppdaterad 2024-02-20
Publiceringsdatum 2023-11-26
Betyg 5.00/5 Totalt 20 Betyg
Utvecklare evanssophia549
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://easycomment.ai
URL till Sekretesspolicy Sidan https://easycomment.ai/privacy-and-cookies-policy
Stödda Språk 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"
}