Twitter Video Screenshot

Allows you to take screenshot of any Twitter video with one click.

Twitter Video Screenshot là gì?

Twitter Video Screenshot là một tiện ích mở rộng Chrome được phát triển bởi moonlight, và tính năng chính của nó là "Allows you to take screenshot of any Twitter video with one click.".

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

screenshot
screenshot

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

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

                        Click on the Capture button to capture the current frame of a twitter video as an image and save it to disk                    

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

Tên Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
URL Chính Thức https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
Mô tả Allows you to take screenshot of any Twitter video with one click.
Kích Thước Tệp 10.84 KB
Số Lần Cài Đặt 262
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-09-24
Ngày Phát Hành 2018-09-24
Nhà Phát Triển moonlight
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons8-capture-128.png",
        "16": "icons8-capture-16.png",
        "48": "icons8-capture-48.png"
    },
    "permissions": [
        "https:\/\/twitter.com\/*",
        "webNavigation"
    ],
    "name": "Twitter Video Screenshot",
    "version": "1.0",
    "description": "Allows you to take screenshot of any Twitter video with one click.",
    "manifest_version": 2
}