NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

Qu'est-ce que NZ Hearld Premium Article Viewer ?

NZ Hearld Premium Article Viewer est une extension Chrome développée par bigballerwizz, et sa fonction principale est "Allows you to automatically view NZ Hearld premium articles without subscribing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NZ Hearld Premium Article Viewer

Téléchargez les fichiers d'extension NZ Hearld Premium Article Viewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
URL Officiel https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Description Allows you to automatically view NZ Hearld premium articles without subscribing
Taille du Fichier 24.98 KB
Nombre d'Installations 2,000
Version Actuelle 1.3
Dernière Mise à Jour 2022-03-05
Date de Publication 2020-09-20
Évaluation 4.90/5 Total 10 Évaluations
Développeur bigballerwizz
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}