Youtube Shorts Auto Scroll - Productivity++
Automatically scrolls when a Youtube Short ends.
Youtube Shorts Auto Scroll - Productivity++คืออะไร?
Youtube Shorts Auto Scroll - Productivity++ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Productivity ++ และคุณลักษณะหลักของมันคือ "Automatically scrolls when a Youtube Short ends."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Shorts Auto Scroll - Productivity++
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Shorts Auto Scroll - Productivity++ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You can also change weather it automatically scrolls in the popup. Instructions will be given when the extension is installed! Made with ❤️ from the team at Productivity ++. New version: Fixed bug where if you were on YouTube and then went to a short, it wouldn't work until reload. Other bugs fixed
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Shorts Auto Scroll - Productivity++ |
ID | bmjbgjndjeinofbgoanhkdgeclbfdbpm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-shorts-auto-scrol/bmjbgjndjeinofbgoanhkdgeclbfdbpm |
คำอธิบาย | Automatically scrolls when a Youtube Short ends. |
ขนาดไฟล์ | 618 KB |
จำนวนการติดตั้ง | 332 |
เวอร์ชันปัจจุบัน | 69.420 |
อัปเดตครั้งล่าสุด | 2023-05-30 |
วันที่เผยแพร่ | 2023-05-29 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Productivity ++ |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Youtube Shorts Auto Scroll - Productivity++", "version": "69.420", "author": { "email": "[email protected]" }, "description": "Automatically scrolls when a Youtube Short ends.", "action": { "default_icon": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png" }, "default_title": "YT Shorts Autoscroll", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "scroll-plain.js" ] } ], "background": { "service_worker": "background.js" }, "icons": { "128": "icon.png" }, "permissions": [ "scripting", "activeTab" ] } |