TradeMe List View Enforcer

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

Vad är TradeMe List View Enforcer?

TradeMe List View Enforcer är en Chrome-tillägg utvecklad av JimBob Baggins, och dess huvudfunktion är "Enforces the List View. Use in combination with TradeMe PhotoView Redux".

Ladda ner TradeMe List View Enforcer-förlängningens CRX-fil

Ladda ner TradeMe List View Enforcer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
Officiell webbadress https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
Beskrivning Enforces the List View. Use in combination with TradeMe PhotoView Redux
Filstorlek 28.75 KB
Antal Installationer 81
Aktuell Version 0.22
Senast Uppdaterad 2017-10-31
Publiceringsdatum 2017-10-31
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare JimBob Baggins
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}