TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Apa itu TradeMe List View Enforcer?
TradeMe List View Enforcer adalah ekstensi Chrome yang dikembangkan oleh JimBob Baggins, dan fitur utamanya adalah "Enforces the List View. Use in combination with TradeMe PhotoView Redux".
Unduh Berkas CRX Ekstensi TradeMe List View Enforcer
Unduh file ekstensi TradeMe List View Enforcer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Automatically switch TradeMe's Gallery View back to the List View!
Informasi Dasar Ekstensi
Nama | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
URL Resmi | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Deskripsi | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Ukuran File | 28.75 KB |
Jumlah Instalasi | 81 |
Versi Saat Ini | 0.22 |
Terakhir Diperbarui | 2017-10-31 |
Tanggal Publikasi | 2017-10-31 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | JimBob Baggins |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |