Twitter Video Screenshot

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

Vad är Twitter Video Screenshot?

Twitter Video Screenshot är en Chrome-tillägg utvecklad av moonlight, och dess huvudfunktion är "Allows you to take screenshot of any Twitter video with one click.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitter Video Screenshot-förlängningens CRX-fil

Ladda ner Twitter Video Screenshot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Twitter Video Screenshot Twitter Video Screenshot
ID paiclmdbcfiejbkcfbkcenijejdnlejc
Officiell webbadress https://chromewebstore.google.com/detail/twitter-video-screenshot/paiclmdbcfiejbkcfbkcenijejdnlejc
Beskrivning Allows you to take screenshot of any Twitter video with one click.
Filstorlek 10.84 KB
Antal Installationer 262
Aktuell Version 1.0
Senast Uppdaterad 2018-09-24
Publiceringsdatum 2018-09-24
Utvecklare moonlight
Betalningssätt free
Stödda Språk 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
}