freeSMH

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

Hvad er freeSMH?

freeSMH er en Chrome-udvidelse udviklet af prods3, og dens hovedfunktion er "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Udvidelsesskærmbilleder

screenshot

Download freeSMH-udvidelses-CRX-fil

Download freeSMH-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
Officiel URL https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Beskrivelse Navigate SMH articles without being interrupted by the digital subscription pop-up
Filstørrelse 2.91 KB
Antal Installationer 23
Nuværende Version 1.1.0
Senest Opdateret 2013-07-23
Udgivelsesdato 2013-07-23
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler prods3
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}