Awesome ScreenShot YouTube
Take a screenshot of any YouTube video with one click.
Awesome ScreenShot YouTube là gì?
Awesome ScreenShot YouTube là một tiện ích mở rộng Chrome được phát triển bởi Magic Dev, và tính năng chính của nó là "Take a screenshot of any YouTube video with 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 Awesome ScreenShot YouTube
Tải xuống các tệp mở rộng Awesome ScreenShot 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
Adds a “Screenshot” button to the YouTube video player which saves a screenshot of the currently playing video as a file. Click on the "o" button to take a screenshot.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Awesome ScreenShot YouTube |
ID | igpogmdknpofhifbnhgeniljfoebfene |
URL Chính Thức | https://chromewebstore.google.com/detail/awesome-screenshot-youtub/igpogmdknpofhifbnhgeniljfoebfene |
Mô tả | Take a screenshot of any YouTube video with one click. |
Kích Thước Tệp | 18.79 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2022-02-05 |
Ngày Phát Hành | 2021-11-26 |
Nhà Phát Triển | Magic Dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome ScreenShot YouTube", "version": "1.0.3", "description": "Take a screenshot of any YouTube video with one click.", "icons": { "128": "\/images\/128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "images\/*" ], "permissions": [ "https:\/\/www.youtube.com\/*", "webNavigation" ] } |