TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Wat is TradeMe List View Enforcer?
TradeMe List View Enforcer is een Chrome-extensie ontwikkeld door JimBob Baggins, en de belangrijkste functie is "Enforces the List View. Use in combination with TradeMe PhotoView Redux".
Download het CRX-bestand van de extensie TradeMe List View Enforcer
Download TradeMe List View Enforcer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically switch TradeMe's Gallery View back to the List View!
Basisinformatie over de Extensie
Naam | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
Officiële URL | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Beschrijving | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Bestandsgrootte | 28.75 KB |
Aantal Installaties | 81 |
Huidige Versie | 0.22 |
Laatst Bijgewerkt | 2017-10-31 |
Publicatiedatum | 2017-10-31 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | JimBob Baggins |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |