youtube_chat_pinner
A Youtube chat of moderater pin on chat window.
youtube_chat_pinnerคืออะไร?
youtube_chat_pinner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shacchin และคุณลักษณะหลักของมันคือ "A Youtube chat of moderater pin on chat window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย youtube_chat_pinner
ดาวน์โหลดไฟล์ส่วนขยาย youtube_chat_pinner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Youtubeの配信や配信アーカイブでスパナ付きコメント時、そのコメントをチャット欄上部に固定します。
固定を解除したい時はコメントをクリックしてください。
Vtuberの配信に他のVtuberが来た時に、コメントが流れてしまってどんなコメントをしたのか分からない……といったことがなくなります。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ckgpjgmdfgheojokphgdiohinmeciakf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtubechatpinner/ckgpjgmdfgheojokphgdiohinmeciakf |
| คำอธิบาย | A Youtube chat of moderater pin on chat window. |
| ขนาดไฟล์ | 44.67 KB |
| จำนวนการติดตั้ง | 403 |
| เวอร์ชันปัจจุบัน | 1.1.0 |
| อัปเดตครั้งล่าสุด | 2020-08-05 |
| วันที่เผยแพร่ | 2019-07-12 |
| คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
| ผู้พัฒนา | shacchin |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/shacchin/youtube_chat_pinner |
| ภาษาที่รองรับ | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "1.1.0",
"manifest_version": 2,
"default_locale": "ja",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"*:\/\/www.youtube.com\/watch?*",
"tabs",
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?*"
],
"css": [
"css\/contentscript.css"
],
"js": [
"contentscript.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"options_ui": {
"page": "html\/options.html",
"chrome_style": true,
"open_in_tab": false
}
} | |