Comments Search for Youtube
Search youtube comments by keywords.
什麼是Comments Search for Youtube?
Comments Search for Youtube是由https://lett.app開發的Chrome擴展程式,該擴展的主要功能是“Search youtube comments by keywords.”。
擴展截圖
下載Comments Search for Youtube擴展crx文件
下載Comments Search for Youtube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Comments Search for Youtube allows you to search youtube comments without leaving the site, saving you time and enhancing your watch experience.
How to use:
Go to any Youtube video and hit Ctrl+S or click the extension icon. 擴展基本資訊
| 名稱 | |
| ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
| 官方網址 | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
| 簡介 | Search youtube comments by keywords. |
| 檔案大小 | 40.75 KB |
| 安裝次數 | 1,428 |
| 目前版本 | 3.112 |
| 更新時間 | 2024-02-14 |
| 上架時間 | 2022-09-30 |
| 評分 | 4.00/5 共 7 次評分 |
| 開發者 | https://lett.app |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://cs.lett.app |
| 隱私政策頁面URL | https://lett.app/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "3.112",
"minimum_chrome_version": "98",
"name": "Comments Search for Youtube",
"description": "Search youtube comments by keywords.",
"icons": {
"32": "\/assets\/icon32.png",
"128": "\/assets\/icon.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.youtube.com\/*"
],
"externally_connectable": {
"matches": [
"https:\/\/api.lett.app\/*"
]
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/www.youtube.com\/*"
],
"css": [
"\/html\/style.css"
],
"js": [
"\/js\/content.js"
]
}
],
"background": {
"service_worker": "\/js\/worker.js"
},
"web_accessible_resources": [
{
"resources": [
"html\/*"
],
"matches": [
"https:\/\/www.youtube.com\/*"
]
}
],
"action": []
} | |