Shorts to Normal player
Redirects youtube shorts to Normal Player
Shorts to Normal playerคืออะไร?
Shorts to Normal player เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nemiruku.com และคุณลักษณะหลักของมันคือ "Redirects youtube shorts to Normal Player"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorts to Normal player
ดาวน์โหลดไฟล์ส่วนขยาย Shorts to Normal player ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display YouTube short videos as normal videos. When you access to the short video, Change the URL like this. ~.com/shorts/●● ↓ ~.com/watch?v=●●
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shorts to Normal player |
ID | cmhmepchidgajcngdkpdchbdboheihgi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi |
คำอธิบาย | Redirects youtube shorts to Normal Player |
ขนาดไฟล์ | 13.34 KB |
จำนวนการติดตั้ง | 6,402 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-09-29 |
วันที่เผยแพร่ | 2022-06-04 |
คะแนน | 4.87/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | https://nemiruku.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nemiruku.com/soft/sty.html |
URL หน้าช่วยเหลือ | https://nemiruku.com/info/mail.html |
URL หน้านโยบายความเป็นส่วนตัว | https://nemiruku.com/soft/readme.html |
ภาษาที่รองรับ | ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko |
manifest.json | |
{ "content_scripts": [ { "js": [ "main.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "host_permissions": [ "*:\/\/www.youtube.com\/shorts\/*" ], "icons": { "128": "128.png" }, "manifest_version": 3, "name": "Shorts to Normal player", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3" } |