freeSMH

Navigate SMH articles without being interrupted by the digital subscription pop-up

O que é freeSMH?

freeSMH é uma extensão do Chrome desenvolvida por prods3, e sua principal característica é "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão freeSMH

Baixe arquivos de extensão freeSMH 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

                        Remove the digital subscription pop-up from SMH pages automatically.

This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies.

If you find it useful, please share it with your friends.                    

Informações Básicas da Extensão

Nome freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
URL Oficial https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Descrição Navigate SMH articles without being interrupted by the digital subscription pop-up
Tamanho do Arquivo 2.91 KB
Contagem de Instalações 23
Versão Atual 1.1.0
Última Atualização 2013-07-23
Data de Publicação 2013-07-23
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor prods3
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "freeSMH",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.smh.com.au\/*"
            ],
            "js": [
                "freeSMH.js"
            ],
            "run_at": "document_start"
        }
    ]
}