Twitter image

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

¿Qué es Twitter image?

Twitter image es una extensión de Chrome desarrollada por Wondoo Kang (a.k.a. Azyu), y su función principal es "Get the image on the twitter website with the original size.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitter image

Descarga archivos de extensión Twitter image en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
URL Oficial https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
Descripción Get the image on the twitter website with the original size.
Tamaño del Archivo 16.85 KB
Cantidad de Instalaciones 23,549
Versión Actual 0.33
Última Actualización 2019-07-20
Fecha de Publicación 2019-07-20
Calificación 4.66/5 Total de 108 Calificaciones
Desarrollador Wondoo Kang (a.k.a. Azyu)
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://twitter.com/_uyza_
Idiomas Soportados 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"
}