TwittaSave

Download Twitter Videos and Gifs to your device easily.

O que é TwittaSave?

TwittaSave é uma extensão do Chrome desenvolvida por http://twittasave.net, e sua principal característica é "Download Twitter Videos and Gifs to your device easily.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TwittaSave

Baixe arquivos de extensão TwittaSave 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

                        TwittaSave helps you to download Videos and animated Gifs from Twitter tweets to your device with just a button click.

Simply navigate your browser to the tweet containing the video or animated gif. Then click on the TwittaSave extension icon on the top right corner of your browser and then click the Download button.                    

Informações Básicas da Extensão

Nome TwittaSave TwittaSave
ID cgnlcidhpmgpfoeghnjddeikclplgfbe
URL Oficial https://chrome.google.com/webstore/detail/twittasave/cgnlcidhpmgpfoeghnjddeikclplgfbe
Descrição Download Twitter Videos and Gifs to your device easily.
Tamanho do Arquivo 311 KB
Contagem de Instalações 761
Versão Atual 1.3
Última Atualização 2021-01-18
Data de Publicação 2019-11-20
Classificação 3.27/5 Total de 15 Avaliações
Desenvolvedor http://twittasave.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TwittaSave",
    "description": "Download Twitter Videos and Gifs to your device easily.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/api.jublo.net\/*"
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "codebird.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "TwittaSave - Download Twitter Videos and Gifs to your device easily"
    },
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}