Twitter Video Screenshot

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

Twitter Video Screenshotとは何ですか?

Twitter Video Screenshotはmoonlightによって開発されたChromeの拡張機能で、その主な機能は「Allows you to take screenshot of any Twitter video with one click.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Twitter Video Screenshot拡張機能のCRXファイルをダウンロード

Twitter Video Screenshot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
公式URL https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
説明 Allows you to take screenshot of any Twitter video with one click.
ファイルサイズ 10.84 KB
インストール数 262
現在のバージョン 1.0
最終更新日 2018-09-24
公開日 2018-09-24
開発者 moonlight
支払い方法 free
対応言語 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
}