YouTube™ Comment Picker

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

Qu'est-ce que YouTube™ Comment Picker ?

YouTube™ Comment Picker est une extension Chrome développée par evanssophia549, et sa fonction principale est "EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube™ Comment Picker

Téléchargez les fichiers d'extension YouTube™ Comment Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YouTube™ Comment Picker YouTube™ Comment Picker
ID dbomfamjhpinkgcdopgggmnapfcakndo
URL Officiel https://chromewebstore.google.com/detail/youtube-comment-picker/dbomfamjhpinkgcdopgggmnapfcakndo
Description EasyComment is a comment tool that provides every YouTuber with a free YouTube & Shorts comment picker and comment export service.
Taille du Fichier 936 KB
Nombre d'Installations 130
Version Actuelle 1.0.13
Dernière Mise à Jour 2024-02-20
Date de Publication 2023-11-26
Évaluation 5.00/5 Total 20 Évaluations
Développeur evanssophia549
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://easycomment.ai
URL de la Page de Politique de Confidentialité https://easycomment.ai/privacy-and-cookies-policy
Langues Prises en Charge 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"
}