Video Screenshot
Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.
Video Screenshotคืออะไร?
Video Screenshot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Martin Strauss และคุณลักษณะหลักของมันคือ "Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Screenshot
ดาวน์โหลดไฟล์ส่วนขยาย Video Screenshot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
***This extension only works in Chrome*** This extension allows you to download full resolution screenshots of YouTube, Netflix, Vimeo, Amazon Prime, and videos on most other websites without seeing the player controls or the surrounding webpage. Once installed, click on the extension button in the top right of Chrome to choose which sites Video Screenshot will appear on. The extension starts with only YouTube, Netflix, Vimeo, Amazon and Hulu activated. When a video begins to play, you'll see a camera icon appear alongside the normal player controls. Each time you click the camera button or a keyboard shortcut of your choosing, a screenshot is created of the video from its current frame. The screenshot is then either saved in your downloads folder as a JPG or PNG, or copied to your clipboard. There are additional options such as reporting an issue with the extension and donating to the developer. Since this extension is reliant on other websites, it will need to be updated periodically as those websites evolve. Please contact me directly if you have issues with this extension on either of these sites, or if you have any suggestions!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Video Screenshot |
ID | ppkojackhibeogijphhfnamhemklmial |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/video-screenshot/ppkojackhibeogijphhfnamhemklmial |
คำอธิบาย | Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks. |
ขนาดไฟล์ | 379 KB |
จำนวนการติดตั้ง | 146,483 |
เวอร์ชันปัจจุบัน | 5.4.2 |
อัปเดตครั้งล่าสุด | 2023-08-09 |
วันที่เผยแพร่ | 2020-07-02 |
คะแนน | 4.25/5 รวมทั้งหมด 511 คะแนน |
ผู้พัฒนา | Martin Strauss |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Screenshot", "version": "5.4.2", "description": "Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "Video Screenshot settings", "default_popup": "popup.html", "default_icon": { "48": "icons\/BrowserIcon48.png" } }, "content_scripts": [ { "js": [ "js\/page.js" ], "matches": [ " |