TradeMe List View Enforcer

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

TradeMe List View Enforcer क्या है?

TradeMe List View Enforcer JimBob Baggins द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enforces the List View. Use in combination with TradeMe PhotoView Redux"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TradeMe List View Enforcer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
आधिकारिक URL https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
विवरण Enforces the List View. Use in combination with TradeMe PhotoView Redux
फ़ाइल का आकार 28.75 KB
स्थापना संख्या 81
वर्तमान संस्करण 0.22
अंतिम अपडेट 2017-10-31
प्रकाशन तिथि 2017-10-31
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर JimBob Baggins
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}