NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

Cos'è NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer è un'estensione di Chrome sviluppata da bigballerwizz, e la sua funzione principale è "Allows you to automatically view NZ Hearld premium articles without subscribing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NZ Hearld Premium Article Viewer

Scarica i file di estensione NZ Hearld Premium Article Viewer 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

                        No more paying for premium NZ Herald Articles! 

5/3/2022 - Increased Speed, Fixed Big Articles, cleaned up loading - Big Baller Wizz has taken over development                    

Informazioni di Base sull'Estensione

Nome NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
URL Ufficiale https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Descrizione Allows you to automatically view NZ Hearld premium articles without subscribing
Dimensione del File 24.98 KB
Conteggio Installazioni 2,000
Versione Corrente 1.3
Ultimo Aggiornamento 2022-03-05
Data di Pubblicazione 2020-09-20
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore bigballerwizz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NZ Hearld Premium Article Viewer",
    "description": "Allows you to automatically view NZ Hearld premium articles without subscribing",
    "version": "1.3",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/nzherald.co.nz\/*",
                "*:\/\/www.nzherald.co.nz\/*"
            ],
            "js": [
                "foreground.js"
            ],
            "css": [
                "custom.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.nzherald.co.nz\/*"
    ]
}