YCS - YouTube Comment Search

Search comments, replies, chat replay, video transcript for the current video on YouTube by contents, authors, time.

YCS - YouTube Comment Search là gì?

YCS - YouTube Comment Search là một tiện ích mở rộng Chrome được phát triển bởi YCS, và tính năng chính của nó là "Search comments, replies, chat replay, video transcript for the current video on YouTube by contents, authors, time.".

Ả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 YCS - YouTube Comment Search

Tải xuống các tệp mở rộng YCS - YouTube Comment Search 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

                        The YCS (YouTube Comment Search) is a chrome extension.
Search comments, replies, chat replay, video transcript for the current video on YouTube by contents, authors, time.

Features:
✅ Quick search by timestamp, author, content
✅ Export comments, replies, chat replay, video transcript
✅ Flexible (fuzzy) search
✅ Multilingual search
✅ Search by Emoji
✅ Works in incognito mode
✅ Unlimited load comments
✅ Time stamps - show comments, replies with time stamps
✅ Author - show comments, replies and chat comments from the author
✅ Likes - show comments, replies by number of likes (sort largest to smallest)
✅ Replied - show comments by number of replies (sort largest to smallest)
✅ Members - show comments, replies and chat comments from channel members
✅ Donated - show chat comments from users who have donated
✅ Show random comment
✅ Small size, low use CPU and memory

Instructions:
1. Open video on YouTube
2. Find the YCS extension under the current video and click the button "Load all" or choose to load the categories
3. Write the search query, press Enter or click the button Search

FAQ

1) How to like, reply to a comment?
     In the search results, click on the date (like, "2 months ago") of the comment, reply and will open a new window with an active comment or reply under the video, where you can do any action.

2) How do I find all timestamped comments and replies on a video?
    Click on the "Time stamps" button under the search bar.

3) How can I find addressed to user's comments, replies?
     Write " @ " in the input field.

4) How can I view the contents of the video transcript at a specific minute?
     You can write a search query for Trp. Video, in the " mm:ss " format. For example:
     " : " - all the text of the video transcript.
     " 15: " - all the text in the 15th minute.
     And etc.

5) How can I view the comment for a found reply?
     Click on the " ▼ " button.

6) How can I see the all replies to the found comment?
     In the header of the found comment, you can find the reply icon and the count, to see the replies click on the " + " button.

7) How to use search in YouTube shorts?
Open a YouTube video short. Click badge YCS (right of the address bar) and click on the button Open YT short.

You can use the search engine (YCS), while loading comments, chat, transcript video.                    

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

Tên YCS - YouTube Comment Search YCS - YouTube Comment Search
ID pmfhcilikeembgbiadjiojgfgcfbcoaa
URL Chính Thức https://chromewebstore.google.com/detail/ycs-youtube-comment-searc/pmfhcilikeembgbiadjiojgfgcfbcoaa
Mô tả Search comments, replies, chat replay, video transcript for the current video on YouTube by contents, authors, time.
Kích Thước Tệp 238 KB
Số Lần Cài Đặt 61,873
Phiên Bản Hiện Tại 1.1.12
Cập Nhật Lần Cuối 2022-10-10
Ngày Phát Hành 2020-05-15
Đánh Giá 4.30/5 Tổng số 242 Đánh Giá
Nhà Phát Triển YCS
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sonigy/YCS
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/sonigy/YCS/master/agreements/Privacy-Policy.txt
Ngôn Ngữ Được Hỗ Trợ de,en,fr,vi,tr,es,it,pt-BR,pt-PT,ru,mr,hi,bn,ta,te,zh-CN,ja,ko
manifest.json
{
    "name": "__MSG_ycs_name__",
    "description": "__MSG_ycs_description__",
    "version": "1.1.12",
    "author": "Eugene Gubar",
    "short_name": "YCS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "88",
    "default_locale": "en",
    "icons": {
        "16": "assets\/images\/icons\/logo-ycs-16.png",
        "24": "assets\/images\/icons\/logo-ycs-24.png",
        "32": "assets\/images\/icons\/logo-ycs-32.png",
        "48": "assets\/images\/icons\/logo-ycs-48.png",
        "128": "assets\/images\/icons\/logo-ycs-128.png"
    },
    "action": {
        "default_popup": "browser-action\/baction.html",
        "default_icon": {
            "16": "assets\/images\/icons\/logo-ycs-16.png",
            "24": "assets\/images\/icons\/logo-ycs-24.png",
            "32": "assets\/images\/icons\/logo-ycs-32.png",
            "48": "assets\/images\/icons\/logo-ycs-48.png",
            "128": "assets\/images\/icons\/logo-ycs-128.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\/*"
    ]
}