Youtube Shorts Plus
Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Youtube Shorts Plusคืออะไร?
Youtube Shorts Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ochengh และคุณลักษณะหลักของมันคือ "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Shorts Plus
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Shorts Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can hide/show/change to video mode for all the Shorts on Youtube
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Shorts Plus |
ID | pfhceooeilmbnpglhjbaoiapbljoecaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa |
คำอธิบาย | Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube |
ขนาดไฟล์ | 65.33 KB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2023-02-22 |
วันที่เผยแพร่ | 2023-02-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ochengh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "manifest_version": 3, "name": "Youtube Shorts Plus", "version": "2.0", "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/third\/jquery.min.js", "blocker.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ], "icons": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" }, "action": { "default_popup": "\/popup\/popup.html", "default_icon": { "16": "\/image\/16x16.png", "32": "\/image\/32x32.png", "48": "\/image\/48x48.png", "128": "\/image\/128x128.png" } }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |