Download Videos for Twitter

Save any Twitter video with one simple click. Free, fast & easy to use.

O que é Download Videos for Twitter?

Download Videos for Twitter é uma extensão do Chrome desenvolvida por Free Useful Apps, e sua principal característica é "Save any Twitter video with one simple click. Free, fast & easy to use.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Download Videos for Twitter

Baixe arquivos de extensão Download Videos for Twitter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Ever watched a great video on Twitter and wanted to save the video onto your computer?

You can download videos off Twitter now using this free software extension.

Its extremely easy to use, simply install the extension, go to the Twitter video you wish
to download.

There will be a "Download Video" icon at the bottom right corner of the Tweet, click on the
download video button and this twitter video will be downloaded onto your computer.

Please note this extension is NOT made by Twitter and is an unofficial extension to let users
download videos off Twitter. This extension was made by independent developers and this
extension is not created nor endorsed by Twitter inc.                    

Informações Básicas da Extensão

Nome Download Videos for Twitter Download Videos for Twitter
ID dcgfamioiaelklbkajeelimefnilfcil
URL Oficial https://chromewebstore.google.com/detail/download-videos-for-twitt/dcgfamioiaelklbkajeelimefnilfcil
Descrição Save any Twitter video with one simple click. Free, fast & easy to use.
Tamanho do Arquivo 46.65 KB
Contagem de Instalações 1,320
Versão Atual 3.0.3
Última Atualização 2023-07-05
Data de Publicação 2022-05-19
Classificação 2.00/5 Total de 3 Avaliações
Desenvolvedor Free Useful Apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.3",
    "name": "Download Videos for Twitter",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "scripts\/content.css"
            ]
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ],
    "homepage_url": "https:\/\/download-videos-twitter.freespeedcheck.net\/"
}