YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
YouTube: No Shorts, No Community, No Nonsenseคืออะไร?
YouTube: No Shorts, No Community, No Nonsense เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oh Thomas และคุณลักษณะหลักของมันคือ "Disables different sections for a more enjoyable experience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube: No Shorts, No Community, No Nonsense
ดาวน์โหลดไฟล์ส่วนขยาย YouTube: No Shorts, No Community, No Nonsense ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space.
Source code:
https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
| คำอธิบาย | Disables different sections for a more enjoyable experience. |
| ขนาดไฟล์ | 35.86 KB |
| จำนวนการติดตั้ง | 39 |
| เวอร์ชันปัจจุบัน | 0.6660 |
| อัปเดตครั้งล่าสุด | 2023-11-01 |
| วันที่เผยแพร่ | 2023-10-07 |
| ผู้พัฒนา | Oh Thomas |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "YouTube: No Shorts, No Community, No Nonsense",
"description": "Disables different sections for a more enjoyable experience.",
"version": "0.6660",
"author": "Oh Thomas",
"action": {
"default_popup": ".\/dsc.html",
"default_icon": {
"16": ".\/images\/dsc16halloween.png",
"32": ".\/images\/dsc32halloween.png",
"48": ".\/images\/dsc48halloween.png",
"64": ".\/images\/dsc64halloween.png",
"96": ".\/images\/dsc96halloween.png",
"128": ".\/images\/dsc128halloween.png"
}
},
"icons": {
"16": ".\/images\/dsc16halloween.png",
"32": ".\/images\/dsc32halloween.png",
"64": ".\/images\/dsc64halloween.png",
"96": ".\/images\/dsc96halloween.png",
"128": ".\/images\/dsc128halloween.png"
},
"permissions": [
"activeTab",
"storage"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start",
"js": [
".\/dsc.js"
],
"css": [
".\/dsc.css"
]
}
]
} | |