freeSMH

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

Wat is freeSMH?

freeSMH is een Chrome-extensie ontwikkeld door prods3, en de belangrijkste functie is "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie freeSMH

Download freeSMH-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
Officiële URL https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Beschrijving Navigate SMH articles without being interrupted by the digital subscription pop-up
Bestandsgrootte 2.91 KB
Aantal Installaties 23
Huidige Versie 1.1.0
Laatst Bijgewerkt 2013-07-23
Publicatiedatum 2013-07-23
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar prods3
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}