Disable Autoplay on YouTube
Automatically disable autoplay on YouTube
Disable Autoplay on YouTube란 무엇입니까?
Disable Autoplay on YouTube은(는) Julio Carrió에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically disable autoplay on YouTube"입니다.
확장 프로그램 스크린샷
Disable Autoplay on YouTube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Update: Fix new youtube version. 06/05/2019 The simplest extension found here. Shut off the autoplay option on youtube, that loads a suggested video when the current video ends. This extension doesn't interfere in the functioning of playlists. note: after cleaning the browser history, the default value from youtube will come back, but with this extension you don't need to change again. Works very well! Portuguese translation: Extensão mais simples encontrada aqui. Desliga a opção autoplay do youtube, que carrega um vídeo sugerido quando a reprodução atual termina. Esta extensão não interfere no funcionamento de listas de reprodução. nota: depois de limpar o histórico do browser, o padrão do youtube volta, mas com essa extensão não será necessário mudar novamente. Funciona muito bem!
확장 프로그램 기본 정보
이름 | |
ID | mhnjhaekhlafoabhhpakebdpemkddcjd |
공식 URL | https://chrome.google.com/webstore/detail/disable-autoplay-on-youtu/mhnjhaekhlafoabhhpakebdpemkddcjd |
설명 | Automatically disable autoplay on YouTube |
파일 크기 | 10 KB |
설치 횟수 | 757 |
현재 버전 | 1.5 |
최근 업데이트 | 2019-06-05 |
출시 날짜 | 2019-06-05 |
평점 | 3.12/5 총 33 개의 평점 |
개발자 | Julio Carrió |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Autoplay on YouTube", "version": "1.5", "description": "Automatically disable autoplay on YouTube", "short_name": "Disable Autoplay", "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "index.html" }, "web_accessible_resources": [ "disable_autoplay.js" ], "permissions": [ "tabs", "https:\/\/www.youtube.com\/*" ], "manifest_version": 2 } |