Shorts Time
Shorts Time
Shorts Timeคืออะไร?
Shorts Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vladymyr Borblyk และคุณลักษณะหลักของมันคือ "Shorts Time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shorts Time
ดาวน์โหลดไฟล์ส่วนขยาย Shorts Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension shows the Time of the video on YouTube Shorts. We are not affiliated with Google, LLC
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shorts Time |
ID | ghobmafihaocpjpnafajjffknganmkpk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shorts-time/ghobmafihaocpjpnafajjffknganmkpk |
คำอธิบาย | Shorts Time |
ขนาดไฟล์ | 173 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-08-16 |
วันที่เผยแพร่ | 2023-08-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Vladymyr Borblyk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://mozgion.com/ |
URL หน้าช่วยเหลือ | https://mozgion.com/contacts/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background.js" }, "icons": { "128": "icon_128.png" }, "action": { "default_icon": { "128": "icon_128.png" }, "default_title": "Shorts Time", "default_popup": "popup.html" }, "name": "Shorts Time", "description": "Shorts Time", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "\/app.js" ], "css": [ "\/style.css" ], "run_at": "document_end" } ] } |