Twitter image

Get the image on the twitter website with the original size.

O que é Twitter image?

Twitter image é uma extensão do Chrome desenvolvida por Wondoo Kang (a.k.a. Azyu), e sua principal característica é "Get the image on the twitter website with the original size.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Twitter image

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

                        If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image.

[ FAQ ]
Q: I want to change download folder location!
A: Sorry. Not allowed by Chrome Web Browser API.                    

Informações Básicas da Extensão

Nome Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
URL Oficial https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
Descrição Get the image on the twitter website with the original size.
Tamanho do Arquivo 16.85 KB
Contagem de Instalações 23,549
Versão Atual 0.33
Última Atualização 2019-07-20
Data de Publicação 2019-07-20
Classificação 4.66/5 Total de 108 Avaliações
Desenvolvedor Wondoo Kang (a.k.a. Azyu)
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://twitter.com/_uyza_
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/eventListener.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*"
    ],
    "version": "0.33"
}