NZH Sub Editor

A better sub-editor for the NZ Herald

What is NZH Sub Editor?

NZH Sub Editor is a Chrome extension developed by Ben Limited, and its main feature is "A better sub-editor for the NZ Herald".

Download NZH Sub Editor Extension CRX File

Download NZH Sub Editor 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

                        Add a few stylistic easter eggs to our favourite newspaper - see if you can find them all!

NOT TO BE TAKEN SERIOUSLY. Not affiliated the NZ Herald or NZME.

Changelog:
0.4.1: D'oh, that introduced a bug making the Syndication Snooper stop working, sorry!
0.4: Okay, the snarky blurb on the in-depth section looks cranky, so I've changed it for another thing.                    

Extension Basic Information

Name NZH Sub Editor NZH Sub Editor
ID caknolpmddpngljlmdakikbcdnihbcah
Official URL https://chrome.google.com/webstore/detail/nzh-sub-editor/caknolpmddpngljlmdakikbcdnihbcah
Description A better sub-editor for the NZ Herald
File Size 123 KB
Installation Count 11
Current Version 0.4.2
Last Updated 2017-04-19
Publish Date 2017-04-19
Rating 5.00/5 Total 3 Ratings
Developer Ben Limited
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NZH Sub Editor",
    "version": "0.4.2",
    "description": "A better sub-editor for the NZ Herald",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.nzherald.co.nz\/*"
            ],
            "js": [
                "content.js"
            ],
            "run-at": "document_start"
        },
        {
            "matches": [
                "http:\/\/www.nzherald.co.nz\/"
            ],
            "js": [
                "frontpage.js"
            ],
            "run-at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}