Player Lookalike Image Creator for YouTube™
Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid.
Player Lookalike Image Creator for YouTube™란 무엇입니까?
Player Lookalike Image Creator for YouTube™은(는) roshin.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid."입니다.
확장 프로그램 스크린샷
Player Lookalike Image Creator for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Creates an image from a YouTube™ video thumbnail with a "YouTube™ player" overlaid on it. Useful for putting a link to a YouTube video in an email.
HOWTO:
Go to a YouTube™ video, click the extension icon. and you are done!
You can go to the options to change the style of the "player".
YouTube™ is a trademark of Google Inc.
Use of this trademark is subject to Google Permissions. 확장 프로그램 기본 정보
| 이름 | |
| ID | lbnapnpdhddmaijnnkcljfnoeaemcohh |
| 공식 URL | https://chromewebstore.google.com/detail/player-lookalike-image-cr/lbnapnpdhddmaijnnkcljfnoeaemcohh |
| 설명 | Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid. |
| 파일 크기 | 2.26 MB |
| 설치 횟수 | 17 |
| 현재 버전 | 0.0.0.6 |
| 최근 업데이트 | 2022-04-25 |
| 출시 날짜 | 2019-07-04 |
| 개발자 | roshin.dev |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Player Lookalike Image Creator for YouTube\u2122",
"description": "Creates an image from a Youtube\u2122 video thumbnail with a \"Youtube\u2122 player\" overlaid.",
"version": "0.0.0.6",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/img.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "Create picture!"
},
"web_accessible_resources": [
{
"resources": [
"imgs\/*.png"
],
"matches": [
"https:\/\/www.youtube.com\/*"
],
"extension_ids": [
"abepkojkmegpkljhccmohcbhhnniofnc"
],
"use_dynamic_url": true
}
],
"options_page": "options\/options.html",
"icons": {
"128": "icon\/icon.png",
"16": "icon\/icon.png",
"48": "icon\/icon.png"
},
"manifest_version": 3
} | |