TradeMe List View Enforcer

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

ما هو TradeMe List View Enforcer؟

TradeMe List View Enforcer هو إضافة Chrome تم تطويرها بواسطة JimBob Baggins، والميزة الرئيسية لها هي "Enforces the List View. Use in combination with TradeMe PhotoView Redux".

تحميل ملف CRX للإضافة TradeMe List View Enforcer

قم بتنزيل ملفات الامتداد TradeMe List View Enforcer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}