freeSMH

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

Cos'è freeSMH?

freeSMH è un'estensione di Chrome sviluppata da prods3, e la sua funzione principale è "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione freeSMH

Scarica i file di estensione freeSMH in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
URL Ufficiale https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Descrizione Navigate SMH articles without being interrupted by the digital subscription pop-up
Dimensione del File 2.91 KB
Conteggio Installazioni 23
Versione Corrente 1.1.0
Ultimo Aggiornamento 2013-07-23
Data di Pubblicazione 2013-07-23
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore prods3
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}