Always Show Watch Later
Always shows the Watch Later button for Youtube embedded videos.
Always Show Watch Later란 무엇입니까?
Always Show Watch Later은(는) Scott Zackrison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Always shows the Watch Later button for Youtube embedded videos."입니다.
Always Show Watch Later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension forces the Watch Later button to be visible for embedded Youtube videos. --> updated 9/6/17 ---> minor bug fix --> updated 7/18/17 ---> fixed another issue in some instances where it wouldn't show the Watch Later button --> updated 2/14/17 ---> fixed an issue in some instances where it wouldn't show the Watch Later button --> updated 9/24/15 ---> faster ---> more reliable ---> more efficient
확장 프로그램 기본 정보
이름 | |
ID | opnlaeeckmpncaogfacbkelbldmpbibi |
공식 URL | https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi |
설명 | Always shows the Watch Later button for Youtube embedded videos. |
파일 크기 | 33.75 KB |
설치 횟수 | 413 |
현재 버전 | 1.4 |
최근 업데이트 | 2017-09-06 |
출시 날짜 | 2017-09-06 |
평점 | 4.64/5 총 28 개의 평점 |
개발자 | Scott Zackrison |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Always Show Watch Later", "description": "Always shows the Watch Later button for Youtube embedded videos.", "version": "1.4", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.4.min.js", "content.js" ], "all_frames": true } ], "icons": { "128": "icon_128.png" } } |