NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

Co je NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer je rozšíření Chrome vyvinuté bigballerwizz, a jeho hlavní funkcí je „Allows you to automatically view NZ Hearld premium articles without subscribing“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NZ Hearld Premium Article Viewer

Stáhněte si soubory rozšíření NZ Hearld Premium Article Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
Oficiální URL https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Popis Allows you to automatically view NZ Hearld premium articles without subscribing
Velikost souboru 24.98 KB
Počet instalací 2,000
Aktuální Verze 1.3
Poslední Aktualizace 2022-03-05
Datum Vydání 2020-09-20
Hodnocení 4.90/5 Celkem 10 Hodnocení
Vývojář bigballerwizz
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}