TradeMe List View Enforcer

Enforces the List View. Use in combination with TradeMe PhotoView Redux

What is TradeMe List View Enforcer?

TradeMe List View Enforcer is a Chrome extension developed by JimBob Baggins, and its main feature is "Enforces the List View. Use in combination with TradeMe PhotoView Redux".

Download TradeMe List View Enforcer Extension CRX File

Download TradeMe List View Enforcer 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

                        Automatically switch TradeMe's Gallery View back to the List View!                    

Extension Basic Information

Name TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
Official URL https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
Description Enforces the List View. Use in combination with TradeMe PhotoView Redux
File Size 28.75 KB
Installation Count 81
Current Version 0.22
Last Updated 2017-10-31
Publish Date 2017-10-31
Rating 5.00/5 Total 7 Ratings
Developer JimBob Baggins
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "js": [
                "trademelistviewenforcer.user.js"
            ],
            "matches": [
                "https:\/\/www.trademe.co.nz\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Enforces the List View. Use in combination with TradeMe PhotoView Redux",
    "name": "TradeMe List View Enforcer",
    "version": "0.22",
    "icons": {
        "16": "pictures16.png",
        "48": "pictures48.png",
        "128": "pictures128.png"
    }
}