Video Screenshot

Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.

Video Screenshot là gì?

Video Screenshot là một tiện ích mở rộng Chrome được phát triển bởi Martin Strauss, và tính năng chính của nó là "Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Screenshot

Tải xuống các tệp mở rộng Video Screenshot 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

                        ***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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Screenshot Video Screenshot
ID ppkojackhibeogijphhfnamhemklmial
URL Chính Thức https://chromewebstore.google.com/detail/video-screenshot/ppkojackhibeogijphhfnamhemklmial
Mô tả Capture full frame screenshots of video from YouTube, Netflix, Disney+, Vimeo, Hulu, etc. No player controls or watermarks.
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 146,483
Phiên Bản Hiện Tại 5.4.2
Cập Nhật Lần Cuối 2023-08-09
Ngày Phát Hành 2020-07-02
Đánh Giá 4.25/5 Tổng số 511 Đánh Giá
Nhà Phát Triển Martin Strauss
Email [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": 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": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.videoscreenshot.app\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "downloads",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "screenshot-keyboard-shortcut": {
            "suggested_key": {
                "default": "Ctrl+5",
                "mac": "Command+5"
            },
            "description": "Take a screenshot",
            "global": false
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmn8NciGQSgxir9AW6wBf0ctCtjppZU7ZaNkxEz1jCcznCCbh10hsXdQQwghJVUlj8vbKODsDXK77L\/Z+rooun1YgECUgQYkt7OD9OSg6KmJuxy15betDBUZujc3AYDw4QsdX0nfGS3TPPmY7AjFfri7Rha3V8DEyxZmaIVdiK2sEn\/4Zn4XfSVxO4+J9w8+syKmAGBD7GuPDc+UyXJxQvHnfccmVm8TbBi0kYkvzn+Yi13zq\/WSbFgm\/YykeHfeVWSQMIFoIZ4d0bk8UWCrcNA1SoetQMOK08Fg4mNgxC9FVEgYFXrEpXL2rdl9E5+AZVUf\/1uWUPr4D6JqSsqQfqQIDAQAB"
}