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™은(는) Jenna R에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension stops YouTube™ playlists from going to the next video automatically by toggling autoplay to 'off'."입니다.
확장 프로그램 스크린샷
Nextvid Stopper for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |