Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Youtube™ Actual Top Comments란 무엇입니까?

Youtube™ Actual Top Comments은(는) Sgtpanda에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort YouTube™ comments by most liked and search all comments"입니다.

확장 프로그램 스크린샷

screenshot

Youtube™ Actual Top Comments 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension provides a small popup window that lists all comments in the YouTube™ video by their number of likes, instead of using the "Top Comments" relevancy based algorithm that Youtube™ itself uses. It also provides a feature to search through all comments instead of being forced to wait for them all to load when you want to use Ctrl+F.

New: Alt+C is now a shortcut to open the extension!                    

확장 프로그램 기본 정보

이름 Youtube™ Actual Top Comments Youtube™ Actual Top Comments
ID hbdmelobmfcompinikjdaiphhonbgfpn
공식 URL https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn
설명 Sort YouTube™ comments by most liked and search all comments
파일 크기 126 KB
설치 횟수 3,561
현재 버전 1.3
최근 업데이트 2022-02-28
출시 날짜 2019-10-03
평점 4.37/5 총 41 개의 평점
개발자 Sgtpanda
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
도움말 페이지 URL https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 Actual Top Comments",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Sort YouTube\u2122 comments by most liked and search all comments",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youtube-actual-top-commen\/hbdmelobmfcompinikjdaiphhonbgfpn",
    "icons": {
        "16": "icons\/16_yatc_ua.png",
        "48": "icons\/48_yatc_ua.png",
        "128": "icons\/128_yatc2.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "Youtube\u2122 Actual Top Comments",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}