freeSMH

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

Apa itu freeSMH?

freeSMH adalah ekstensi Chrome yang dikembangkan oleh prods3, dan fitur utamanya adalah "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi freeSMH

Unduh file ekstensi freeSMH dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
URL Resmi https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Deskripsi Navigate SMH articles without being interrupted by the digital subscription pop-up
Ukuran File 2.91 KB
Jumlah Instalasi 23
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2013-07-23
Tanggal Publikasi 2013-07-23
Penilaian 5.00/5 Total 6 Penilaian
Pengembang prods3
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}