Twitter Video Screenshot

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

Cos'è Twitter Video Screenshot?

Twitter Video Screenshot è un'estensione di Chrome sviluppata da moonlight, e la sua funzione principale è "Allows you to take screenshot of any Twitter video with one click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitter Video Screenshot

Scarica i file di estensione Twitter Video Screenshot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
URL Ufficiale https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
Descrizione Allows you to take screenshot of any Twitter video with one click.
Dimensione del File 10.84 KB
Conteggio Installazioni 262
Versione Corrente 1.0
Ultimo Aggiornamento 2018-09-24
Data di Pubblicazione 2018-09-24
Sviluppatore moonlight
Tipo di Pagamento free
Lingue Supportate 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
}