Youtube Shorts Remover
This extension removes #Shorts from the Youtube.
Youtube Shorts Removerคืออะไร?
Youtube Shorts Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Joni Nieminen และคุณลักษณะหลักของมันคือ "This extension removes #Shorts from the Youtube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Shorts Remover
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Shorts Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension removes #Shorts from the Youtube. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dhjncafckekooldfkmonpohjnbhopdoc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-shorts-remover/dhjncafckekooldfkmonpohjnbhopdoc |
| คำอธิบาย | This extension removes #Shorts from the Youtube. |
| ขนาดไฟล์ | 3.17 KB |
| จำนวนการติดตั้ง | 35 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2023-01-19 |
| วันที่เผยแพร่ | 2023-01-19 |
| คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | Joni Nieminen |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Youtube Shorts Remover",
"description": "This extension removes #Shorts from the Youtube.",
"version": "1.0",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"background.js"
]
}
]
} | |