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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Automatically switch TradeMe's Gallery View back to the List View!
Основная информация о расширении
Название | |
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" } } |