Show recently uploaded videos
Save your time by seeing the recently uploaded videos by default on the YouTube home page.
Show recently uploaded videosคืออะไร?
Show recently uploaded videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย radosdesign และคุณลักษณะหลักของมันคือ "Save your time by seeing the recently uploaded videos by default on the YouTube home page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show recently uploaded videos
ดาวน์โหลดไฟล์ส่วนขยาย Show recently uploaded videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will save your time by showing recently uploaded videos by default, when opening the YouTube home page. Normally you would have to find and click the "Recently uploaded" button manually.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nenblmphebildgfbldaffhioedlbbmpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/show-recently-uploaded-vi/nenblmphebildgfbldaffhioedlbbmpa |
คำอธิบาย | Save your time by seeing the recently uploaded videos by default on the YouTube home page. |
ขนาดไฟล์ | 14.34 KB |
จำนวนการติดตั้ง | 309 |
เวอร์ชันปัจจุบัน | 1.0.44 |
อัปเดตครั้งล่าสุด | 2022-11-19 |
วันที่เผยแพร่ | 2021-01-27 |
คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | radosdesign |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,sk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "default_locale": "en", "version": "1.0.44", "description": "__MSG_appDesc__", "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon128.png", "default_title": "__MSG_actionDefaultTitle__" }, "permissions": [ "scripting", "tabs" ], "host_permissions": [ "https:\/\/*.youtube.com\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3 } |