Screenshot for YouTube™
Screenshot any video on YouTube in one click
Screenshot for YouTube™ là gì?
Screenshot for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi downloadhub.cloud, và tính năng chính của nó là "Screenshot any video on YouTube in one click".
Ả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 Screenshot for YouTube™
Tải xuống các tệp mở rộng Screenshot 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
A Screenshot for YouTube™ extension is a software program or browser extension that enables a user to take screenshots or still images from YouTube videos. This extension are design to enhance the user experience of browsing YouTube and provide additional functionality beyond what is available by default on the platform. With a Screenshot for YouTube™ extension, a user can pause the video at any point and capture an image of the current frame. This can be useful for a variety of purposes, such as creating thumbnails for YouTube videos or capturing images for research or documentation. Some common features + Take screenshots during YouTube video + Screenshots are downloaded in formats JPG, PNG ,WEBP + s keyboard shortcut to take screenshot + Save to file or clipboard + Speed playback rate buttons
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Screenshot for YouTube™ |
ID | egdgicdoclnockpnafeeehnepfnhhbli |
URL Chính Thức | https://chromewebstore.google.com/detail/screenshot-for-youtube/egdgicdoclnockpnafeeehnepfnhhbli |
Mô tả | Screenshot any video on YouTube in one click |
Kích Thước Tệp | 61.79 KB |
Số Lần Cài Đặt | 719 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-03-03 |
Ngày Phát Hành | 2023-03-02 |
Nhà Phát Triển | downloadhub.cloud |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.downloadhub.cloud/ |
URL Trang Trợ Giúp | https://www.downloadhub.cloud/2023/03/Screenshot.html |
URL Trang Chính Sách Bảo Mật | https://www.downloadhub.cloud/p/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en,es,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "128": "data\/icons\/icon-128-d.png", "32": "data\/icons\/icon-32-d.png", "64": "data\/icons\/icon-64-d.png", "38": "data\/icons\/icon-38-d.png" }, "default_popup": "data\/interface\/index.html?popup", "default_title": "__MSG_extensionName__" }, "background": { "service_worker": "background.js" }, "default_locale": "en", "content_scripts": [ { "js": [ "screenshotKey.js" ], "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ] } ], "description": "__MSG_extensionDescription__", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/03\/Screenshot.html", "icons": { "128": "data\/icons\/icon-128.png", "32": "data\/icons\/icon-32.png", "64": "data\/icons\/icon-64.png", "38": "data\/icons\/icon-38.png" }, "manifest_version": 3, "name": "__MSG_extensionName__", "permissions": [ "contextMenus", "storage", "scripting", "tabs" ], "short_name": "__MSG_extensionShortName__", "version": "1.0.1" } |