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”。
擴展截圖
下載Youtube™ Actual Top Comments擴展crx文件
下載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! 擴展基本資訊
| 名稱 | |
| ID | hbdmelobmfcompinikjdaiphhonbgfpn |
| 官方網址 | 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"
}
}
}
} | |