TradeMe List View Enforcer
Enforces the List View. Use in combination with TradeMe PhotoView Redux
Co je TradeMe List View Enforcer?
TradeMe List View Enforcer je rozšíření Chrome vyvinuté JimBob Baggins, a jeho hlavní funkcí je „Enforces the List View. Use in combination with TradeMe PhotoView Redux“.
Stáhnout soubor CRX rozšíření TradeMe List View Enforcer
Stáhněte si soubory rozšíření TradeMe List View Enforcer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Automatically switch TradeMe's Gallery View back to the List View!
Základní Informace o Rozšíření
Název | |
ID | igbcegpjplepmpmbeplcpbdncokiiafd |
Oficiální URL | https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd |
Popis | Enforces the List View. Use in combination with TradeMe PhotoView Redux |
Velikost souboru | 28.75 KB |
Počet instalací | 81 |
Aktuální Verze | 0.22 |
Poslední Aktualizace | 2017-10-31 |
Datum Vydání | 2017-10-31 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | JimBob Baggins |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |