NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

What is NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer is a Chrome extension developed by bigballerwizz, and its main feature is "Allows you to automatically view NZ Hearld premium articles without subscribing".

Extension Screenshots

screenshot

Download NZ Hearld Premium Article Viewer Extension CRX File

Download NZ Hearld Premium Article Viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
Official URL https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Description Allows you to automatically view NZ Hearld premium articles without subscribing
File Size 24.98 KB
Installation Count 2,000
Current Version 1.3
Last Updated 2022-03-05
Publish Date 2020-09-20
Rating 4.90/5 Total 10 Ratings
Developer bigballerwizz
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}