YouTube No Context
This removes YouTube's context/clarify box
YouTube No Contextคืออะไร?
YouTube No Context เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Brent และคุณลักษณะหลักของมันคือ "This removes YouTube's context/clarify box"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube No Context
ดาวน์โหลดไฟล์ส่วนขยาย YouTube No Context ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Just a plugin to de-clutter YouTube's watch page by removing the context (aka clarify) box. I just want to get rid of all the clutter going on :) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dnlffelklagnbdjpcbhfdbangccjmhhh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-no-context/dnlffelklagnbdjpcbhfdbangccjmhhh |
| คำอธิบาย | This removes YouTube's context/clarify box |
| ขนาดไฟล์ | 3.7 KB |
| จำนวนการติดตั้ง | 1,259 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2022-08-08 |
| วันที่เผยแพร่ | 2022-08-08 |
| คะแนน | 5.00/5 รวมทั้งหมด 26 คะแนน |
| ผู้พัฒนา | Brent |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/BrentFarris/youtube-no-context |
| URL หน้าช่วยเหลือ | https://github.com/BrentFarris/youtube-no-context/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube No Context",
"action": {
"default_icon": "icon.png"
},
"manifest_version": 3,
"version": "1.0",
"description": "This removes YouTube's context\/clarify box",
"permissions": [
"scripting"
],
"host_permissions": [
"https:\/\/*.youtube.com\/*"
],
"background": {
"service_worker": "background.js"
}
} | |