Twitter Video Screenshot

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

Что такое Twitter Video Screenshot?

Twitter Video Screenshot - это расширение Chrome, разработанное moonlight, и его основная функция - "Allows you to take screenshot of any Twitter video with one click.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Twitter Video Screenshot

Скачайте файлы расширений 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
}