TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Cos'è TradeMe List View Enforcer?
TradeMe List View Enforcer è un'estensione di Chrome sviluppata da JimBob Baggins, e la sua funzione principale è "Enforces the List View. Use in combination with TradeMe PhotoView Redux".
Scarica il file CRX dell'estensione TradeMe List View Enforcer
Scarica i file di estensione TradeMe List View Enforcer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Automatically switch TradeMe's Gallery View back to the List View!
Informazioni di Base sull'Estensione
Nome | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
URL Ufficiale | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Descrizione | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Dimensione del File | 28.75 KB |
Conteggio Installazioni | 81 |
Versione Corrente | 0.22 |
Ultimo Aggiornamento | 2017-10-31 |
Data di Pubblicazione | 2017-10-31 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | JimBob Baggins |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |