YouTube Screenshot Button
Screenshot button for YouTube.
YouTube Screenshot Button란 무엇입니까?
YouTube Screenshot Button은(는) Tuhnik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Screenshot button for YouTube."입니다.
확장 프로그램 스크린샷
YouTube Screenshot Button 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Just click and let the magic happen. Also works on YouTube Gaming. Changes: 05.05.2022: Fixed a bug related to file names.
확장 프로그램 기본 정보
이름 | YouTube Screenshot Button |
ID | ehehmcocpegbmagfhajbmeofolnpdfla |
공식 URL | https://chromewebstore.google.com/detail/youtube-screenshot-button/ehehmcocpegbmagfhajbmeofolnpdfla |
설명 | Screenshot button for YouTube. |
파일 크기 | 151 KB |
설치 횟수 | 10,000 |
현재 버전 | 0.1.6 |
최근 업데이트 | 2022-05-10 |
출시 날짜 | 2018-11-16 |
평점 | 4.38/5 총 34 개의 평점 |
개발자 | Tuhnik |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "author": "Tuhnik", "manifest_version": 3, "name": "YouTube Screenshot Button", "host_permissions": [ "https:\/\/*.youtube.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.6", "permissions": [ "webNavigation" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "js": [ "js\/page.js" ], "matches": [ "https:\/\/*.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Screenshot button for YouTube.", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "48": "images\/icon-48.png" } } |