Search YouTube™ Comments
Explore YouTube video insights: Search comments, replies, chat replay, and transcript by content, authors, and timestamp.
Τι είναι το Search YouTube™ Comments;
Το Search YouTube™ Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον easycomment51, και η κύρια λειτουργία του είναι "Explore YouTube video insights: Search comments, replies, chat replay, and transcript by content, authors, and timestamp.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Search YouTube™ Comments
Λήψη αρχείων επέκτασης Search YouTube™ Comments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Introducing EasyComment, your go-to Chrome extension for YouTube comment exploration!
🔍 Search comments, replies, chat replay, and video transcript by content, authors, and time.
🚀 Features:
- Quick timestamp, author, and content search
- Export comments, replies, chat replay, and video transcript
- Export history data from cache
- Flexible (fuzzy) search
- Multilingual search
- Emoji search
- Incognito mode compatibility
- Unlimited comment loading
- Time stamps display
- Author-specific comments
- Likes and replies sorting
- Member and donor comments
- Random comment showcase
- Viewer mode(Picture-in-Picture) for more easier searches and video watching
📝 Instructions:
1. Open a YouTube video
2. Locate EasyComment under the video, click "Load all" or choose specific categories
3. Enter search query, press Enter, or click "Search"
❓ FAQ:
1. Like or reply to a comment: Click on comment date to open a new window.
2. Find timestamped comments: Click "Time stamps" button.
3. Addressed to user's comments: Use "@" in the input field.
4. View video transcript at a specific minute: Use "mm:ss" format in search query.
5. View comment for a reply: Click "▼" button.
6. See all replies to a comment: Click on the reply icon and count.
7. Search in YouTube shorts: Open YT short via EasyComment badge.
Enhance your YouTube experience with EasyComment – powerful, versatile, and user-friendly! Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | kdggabedeadcdhfcclipdlocaadkolmm |
| Επίσημο URL | https://chromewebstore.google.com/detail/search-youtube-comments/kdggabedeadcdhfcclipdlocaadkolmm |
| Περιγραφή | Explore YouTube video insights: Search comments, replies, chat replay, and transcript by content, authors, and timestamp. |
| Μέγεθος Αρχείου | 275 KB |
| Αριθμός Εγκαταστάσεων | 85 |
| Τρέχουσα Έκδοση | 1.0.2 |
| Τελευταία Ενημέρωση | 2024-02-08 |
| Ημερομηνία Δημοσίευσης | 2024-01-17 |
| Αξιολόγηση | 4.43/5 Συνολικά 7 Αξιολογήσεις |
| Προγραμματιστής | easycomment51 |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://easycomment.ai/ |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://easycomment.ai/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://easycomment.ai/ec-extension-privacy-policy |
| Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDes__",
"version": "1.0.2",
"default_locale": "en",
"icons": {
"128": "assets\/images\/icons\/logo.png"
},
"action": {
"default_popup": "browser-action\/baction.html",
"default_icon": {
"128": "assets\/images\/icons\/logo.png"
},
"default_title": "YouTube Comment Search"
},
"options_page": "options\/options.html",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_idle",
"js": [
"content-scripts\/cscripts.js"
],
"css": [
"content-scripts\/style.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"web-resources\/wresources.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
]
}
],
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
]
} | |