MakeItLookBetter

No more blank 'has Photo' images on TradeMe.co.nz

Cos'è MakeItLookBetter?

MakeItLookBetter è un'estensione di Chrome sviluppata da A Korobkin, e la sua funzione principale è "No more blank 'has Photo' images on TradeMe.co.nz".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MakeItLookBetter

Scarica i file di estensione MakeItLookBetter 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

                        No more blank 'has Photo' images on TradeMe.co.nz
Just install this extension and see the difference.                    

Informazioni di Base sull'Estensione

Nome MakeItLookBetter MakeItLookBetter
ID bbipkklhfecnfhipnccgblgonffjbdfb
URL Ufficiale https://chromewebstore.google.com/detail/makeitlookbetter/bbipkklhfecnfhipnccgblgonffjbdfb
Descrizione No more blank 'has Photo' images on TradeMe.co.nz
Dimensione del File 9.76 KB
Conteggio Installazioni 215
Versione Corrente 0.0.7
Ultimo Aggiornamento 2013-06-16
Data di Pubblicazione 2013-06-16
Valutazione 4.73/5 Totale 15 Valutazioni
Sviluppatore A Korobkin
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MakeItLookBetter",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "No more blank 'has Photo' images on TradeMe.co.nz",
    "permissions": [
        "http:\/\/www.trademe.co.nz\/*"
    ],
    "icons": {
        "48": "milb-48.png",
        "128": "milb-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.trademe.co.nz\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}