Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

Youtube™ Actual Top Commentsคืออะไร?

Youtube™ Actual Top Comments เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sgtpanda และคุณลักษณะหลักของมันคือ "Sort YouTube™ comments by most liked and search all comments"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube™ Actual Top Comments

ดาวน์โหลดไฟล์ส่วนขยาย Youtube™ Actual Top Comments ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            }
        }
    }
}