Auto Youtube Shorts Scroll Down
Auto Youtube Shorts Scroll Down
Auto Youtube Shorts Scroll Downคืออะไร?
Auto Youtube Shorts Scroll Down เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wonkyungup และคุณลักษณะหลักของมันคือ "Auto Youtube Shorts Scroll Down"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Youtube Shorts Scroll Down
ดาวน์โหลดไฟล์ส่วนขยาย Auto Youtube Shorts Scroll Down ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A switch is created at the top inside the video. If there is no switch, it will refresh the page. It is a test project made for personal study, so I would appreciate it if you could understand it even if you fix it late. The code has been posted on Github. If you have any additional or uncomfortable points while using it, please send us a review or e-mail and we will respond. Version 1.0.7 - ADD: dislike show - FIX: scroll Event check, to many event
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Youtube Shorts Scroll Down |
ID | bfofdkanfmkkbngkmhmcjichambccene |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/auto-youtube-shorts-scrol/bfofdkanfmkkbngkmhmcjichambccene |
คำอธิบาย | Auto Youtube Shorts Scroll Down |
ขนาดไฟล์ | 274 KB |
จำนวนการติดตั้ง | 258 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2023-06-25 |
วันที่เผยแพร่ | 2023-02-23 |
คะแนน | 2.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | wonkyungup |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Youtube Shorts Scroll Down", "manifest_version": 3, "version": "1.0.7", "permissions": [ "tabs" ], "description": "Auto Youtube Shorts Scroll Down", "icons": { "16": "16x16.png", "32": "32x32.png", "48": "48x48.png" }, "action": { "default_icon": { "16": "16x16.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/shorts\/*" ], "js": [ "content.js" ] } ] } |