Twitter Video Screenshot

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

Co to jest Twitter Video Screenshot?

Twitter Video Screenshot to rozszerzenie Chrome opracowane przez moonlight, a jego główną funkcją jest „Allows you to take screenshot of any Twitter video with one click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Twitter Video Screenshot

Pobierz pliki rozszerzeń Twitter Video Screenshot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
Oficjalny URL https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
Opis Allows you to take screenshot of any Twitter video with one click.
Rozmiar pliku 10.84 KB
Liczba instalacji 262
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-09-24
Data Publikacji 2018-09-24
Deweloper moonlight
Typ Płatności free
Obsługiwane Języki 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
}