Nextvid Stopper for YouTube™
This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'.
Nextvid Stopper for YouTube™คืออะไร?
Nextvid Stopper for YouTube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jenna R และคุณลักษณะหลักของมันคือ "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nextvid Stopper for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย Nextvid Stopper for YouTube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nextvid Stopper for YouTube™ is a lightweight extension that stops playlists from automatically going to the next video by toggling the autoplay button to 'off' every time you visit a playlist. You can quickly disable Nextvid Stopper for YouTube™ by clicking on the icon in the address bar. If you want it to continue stopping autoplay, just click the icon again to enable it. This extension won't stop autoplay for embedded YouTube™ playlists on other websites. YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Nextvid Stopper for YouTube™ is NOT an official extension from YouTube™.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lhgkhlpecokabjdphcgfakhegiacmoca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/nextvid-stopper-for-youtu/lhgkhlpecokabjdphcgfakhegiacmoca |
คำอธิบาย | This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'. |
ขนาดไฟล์ | 33.66 KB |
จำนวนการติดตั้ง | 4,000 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2018-02-11 |
วันที่เผยแพร่ | 2018-02-11 |
คะแนน | 3.86/5 รวมทั้งหมด 178 คะแนน |
ผู้พัฒนา | Jenna R |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nextvid Stopper for YouTube\u2122", "description": "This extension stops YouTube\u2122 playlists from going to the next video automatically by toggling autoplay to 'off'.", "version": "1.8", "background": { "scripts": [ "stop.js" ], "persistent": false }, "icons": { "19": "icon19.png", "38": "icon38.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_title": "Nextvid Stopper for YouTube\u2122 Enabled" }, "options_page": "options.html", "permissions": [ "declarativeContent", "tabs", "*:\/\/*.youtube.com\/", "storage" ] } |