Screenshot for Youtube & Other Video Services
Take a screenshot of any YouTube & other video services video with one click.
Screenshot for Youtube & Other Video Services란 무엇입니까?
Screenshot for Youtube & Other Video Services은(는) Free Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Take a screenshot of any YouTube & other video services video with one click."입니다.
확장 프로그램 스크린샷
Screenshot for Youtube & Other Video Services 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Want to take a screenshot of the video playing when you're on Youtube/Vimeo? You can do so today when you install this extension. This software allows you to take a screenshot of the Youtube video/Vimeo video which is on your current tab. As the screenshot functionality needs to work on both Youtube.com and Vimeo.com, that is why the host permissions is needed for both of these domains. Take a screenshot of your favorite videos today which are playing. Its extremely simple to use. After you install the software, refresh any current tabs which were open before. When you wish to take a screenshot, click on the screenshot button/icon which is located at the bottom right corner of the Youtube video screen. Please note this extension is made by an independent developer and is NOT an official extension of Google/Vimeo. We hope you enjoy using this software to take screenshots of your favorite epic youtube videos.
확장 프로그램 기본 정보
이름 | Screenshot for Youtube & Other Video Services |
ID | eohbopdjmoklfmecdmiohonlglhemigh |
공식 URL | https://chromewebstore.google.com/detail/screenshot-for-youtube-ot/eohbopdjmoklfmecdmiohonlglhemigh |
설명 | Take a screenshot of any YouTube & other video services video with one click. |
파일 크기 | 1.33 MB |
설치 횟수 | 5,161 |
현재 버전 | 3.0.2 |
최근 업데이트 | 2022-12-18 |
출시 날짜 | 2022-11-30 |
평점 | 4.27/5 총 44 개의 평점 |
개발자 | Free Apps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "description": "__MSG_AppDesc__", "author": "Hopebest Limited", "version": "3.0.2", "version_name": "3.0.2", "default_locale": "en", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": "images\/icon128.png", "default_popup": "ui\/popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/vimeo.com\/*", "*:\/\/*.vimeo.com\/*" ], "js": [ "scripts\/config.js", "scripts\/content.js" ], "css": [ "styles\/content.css" ] } ], "background": { "service_worker": "\/scripts\/bg-worker.js" }, "homepage_url": "https:\/\/video-screenshot.freespeedcheck.net\/" } |