NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

O que é NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer é uma extensão do Chrome desenvolvida por bigballerwizz, e sua principal característica é "Allows you to automatically view NZ Hearld premium articles without subscribing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NZ Hearld Premium Article Viewer

Baixe arquivos de extensão NZ Hearld Premium Article Viewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
URL Oficial https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Descrição Allows you to automatically view NZ Hearld premium articles without subscribing
Tamanho do Arquivo 24.98 KB
Contagem de Instalações 2,000
Versão Atual 1.3
Última Atualização 2022-03-05
Data de Publicação 2020-09-20
Classificação 4.90/5 Total de 10 Avaliações
Desenvolvedor bigballerwizz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}