MakeItLookBetter

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

What is MakeItLookBetter?

MakeItLookBetter is a Chrome extension developed by A Korobkin, and its main feature is "No more blank 'has Photo' images on TradeMe.co.nz".

Extension Screenshots

screenshot
screenshot

Download MakeItLookBetter Extension CRX File

Download MakeItLookBetter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MakeItLookBetter MakeItLookBetter
ID bbipkklhfecnfhipnccgblgonffjbdfb
Official URL https://chromewebstore.google.com/detail/makeitlookbetter/bbipkklhfecnfhipnccgblgonffjbdfb
Description No more blank 'has Photo' images on TradeMe.co.nz
File Size 9.76 KB
Installation Count 215
Current Version 0.0.7
Last Updated 2013-06-16
Publish Date 2013-06-16
Rating 4.73/5 Total 15 Ratings
Developer A Korobkin
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}