Twitter Expander

This is extension will save you a click by displaying full images on your timeline ;)

Cos'è Twitter Expander?

Twitter Expander è un'estensione di Chrome sviluppata da http://rafaramos.com, e la sua funzione principale è "This is extension will save you a click by displaying full images on your timeline ;)".

Scarica il file CRX dell'estensione Twitter Expander

Scarica i file di estensione Twitter Expander in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Don't like Twitter's image preview? This extension will allow automatically expand the images on your timeline.                    

Informazioni di Base sull'Estensione

Nome Twitter Expander Twitter Expander
ID hnfgjkfjmabokfhlkifalplleeanacjp
URL Ufficiale https://chrome.google.com/webstore/detail/twitter-expander/hnfgjkfjmabokfhlkifalplleeanacjp
Descrizione This is extension will save you a click by displaying full images on your timeline ;)
Dimensione del File 26.18 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2014-06-25
Data di Pubblicazione 2014-06-25
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore http://rafaramos.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Expander",
    "version": "1.0",
    "description": "This is extension will save you a click by displaying full images on your timeline ;)",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "twitter.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*"
    ]
}