TradeMe List View Enforcer

Enforces the List View. Use in combination with TradeMe PhotoView Redux

O que é TradeMe List View Enforcer?

TradeMe List View Enforcer é uma extensão do Chrome desenvolvida por JimBob Baggins, e sua principal característica é "Enforces the List View. Use in combination with TradeMe PhotoView Redux".

Baixar o arquivo CRX da Extensão TradeMe List View Enforcer

Baixe arquivos de extensão TradeMe List View Enforcer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Automatically switch TradeMe's Gallery View back to the List View!                    

Informações Básicas da Extensão

Nome TradeMe List View Enforcer TradeMe List View Enforcer
ID igbcegpjplepmpmbeplcpbdncokiiafd
URL Oficial https://chrome.google.com/webstore/detail/trademe-list-view-enforce/igbcegpjplepmpmbeplcpbdncokiiafd
Descrição Enforces the List View. Use in combination with TradeMe PhotoView Redux
Tamanho do Arquivo 28.75 KB
Contagem de Instalações 81
Versão Atual 0.22
Última Atualização 2017-10-31
Data de Publicação 2017-10-31
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor JimBob Baggins
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}