Better YouTube Watch History
Marks all Youtube videos you've already watched. Now with cloud sync!
Better YouTube Watch History란 무엇입니까?
Better YouTube Watch History은(는) Joar Wilk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Marks all Youtube videos you've already watched. Now with cloud sync!"입니다.
확장 프로그램 스크린샷
Better YouTube Watch History 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Youtube's "watched" feature is broken by design, and has been for a long time. This extension fixes that and makes it easy to see which videos you've watched and which ones are new. Simply watch a video and it will automatically be flagged, just like it should be. Automatically syncs across all computers you are logged in to.
확장 프로그램 기본 정보
이름 | |
ID | lleajdkalfbohpinoaekajagdefaeckd |
공식 URL | https://chrome.google.com/webstore/detail/better-youtube-watch-hist/lleajdkalfbohpinoaekajagdefaeckd |
설명 | Marks all Youtube videos you've already watched. Now with cloud sync! |
파일 크기 | 8.08 MB |
설치 횟수 | 7,000 |
현재 버전 | 2.1 |
최근 업데이트 | 2016-03-27 |
출시 날짜 | 2016-03-27 |
평점 | 3.79/5 총 219 개의 평점 |
개발자 | Joar Wilk |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "lib\/jquery-1.8.3.min.js", "scripts\/main.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_idle" } ], "description": "Marks all Youtube videos you've already watched. Now with cloud sync!", "icons": { "256": "icons\/icon_256.png", "128": "icons\/icon_128.png", "48": "icons\/icon_048.png", "32": "icons\/icon_032.png", "16": "icons\/icon_016.png" }, "manifest_version": 2, "name": "Better YouTube Watch History", "permissions": [ "history", "storage", "tabs", "https:\/\/www.youtube.com\/" ], "externally_connectable": { "matches": [ "*:\/\/www.youtube.com\/*" ] }, "version": "2.1", "content_security_policy": "script-src 'self' https:\/\/www.youtube.com https:\/\/*.ytimg.com; object-src 'self'" } |