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