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™ là gì?
Player Lookalike Image Creator for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi roshin.dev, và tính năng chính của nó là "Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Player Lookalike Image Creator for YouTube™
Tải xuống các tệp mở rộng Player Lookalike Image Creator for YouTube™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Player Lookalike Image Creator for YouTube™ |
ID | lbnapnpdhddmaijnnkcljfnoeaemcohh |
URL Chính Thức | https://chromewebstore.google.com/detail/player-lookalike-image-cr/lbnapnpdhddmaijnnkcljfnoeaemcohh |
Mô tả | Creates an image from a Youtube™ video thumbnail with a "Youtube™ player" overlaid. |
Kích Thước Tệp | 2.26 MB |
Số Lần Cài Đặt | 17 |
Phiên Bản Hiện Tại | 0.0.0.6 |
Cập Nhật Lần Cuối | 2022-04-25 |
Ngày Phát Hành | 2019-07-04 |
Nhà Phát Triển | roshin.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |