Giffy Bird

Save GIFs directly from the Twitter website

O que é Giffy Bird?

Giffy Bird é uma extensão do Chrome desenvolvida por p.suite04, e sua principal característica é "Save GIFs directly from the Twitter website".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Giffy Bird

Baixe arquivos de extensão Giffy Bird 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 wanted to save that viral GIF published on Twitter, but realised that it ain't so simple? Don't fret, Giffy Bird has it under control.

Save GIFs directly from the Twitter website: (1) head on to any Twitter page where at least one GIF is being displayed, and (2) click the extension icon and choose to either download that special GIF as video (MP4) or to have it converted automatically to the original .gif file - no third-party sites or redirects.                    

Informações Básicas da Extensão

Nome Giffy Bird Giffy Bird
ID kfcojhlenlboiibifkighcncdmfkicdh
URL Oficial https://chromewebstore.google.com/detail/giffy-bird/kfcojhlenlboiibifkighcncdmfkicdh
Descrição Save GIFs directly from the Twitter website
Tamanho do Arquivo 8.86 MB
Contagem de Instalações 87
Versão Atual 1.0.0
Última Atualização 2021-07-26
Data de Publicação 2021-07-26
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor p.suite04
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.0",
    "name": "Giffy Bird",
    "description": "Save GIFs directly from the Twitter website",
    "browser_action": {
        "default_title": "Giffy Bird",
        "default_popup": "index.html",
        "default_icon": {
            "16": "humming-16.png",
            "32": "humming-32.png",
            "48": "humming-48.png",
            "128": "humming-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "*:\/\/video.twimg.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self' 'wasm-eval' blob:; connect-src http: https:; img-src http: https:; style-src 'self' 'unsafe-inline'; base-uri 'none'; form-action 'none'; frame-ancestors 'none'; object-src 'self'; report-uri 'none';",
    "icons": {
        "16": "humming-16.png",
        "32": "humming-32.png",
        "48": "humming-48.png",
        "128": "humming-128.png"
    }
}