NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

Co to jest NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer to rozszerzenie Chrome opracowane przez bigballerwizz, a jego główną funkcją jest „Allows you to automatically view NZ Hearld premium articles without subscribing”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NZ Hearld Premium Article Viewer

Pobierz pliki rozszerzeń NZ Hearld Premium Article Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
Oficjalny URL https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Opis Allows you to automatically view NZ Hearld premium articles without subscribing
Rozmiar pliku 24.98 KB
Liczba instalacji 2,000
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-03-05
Data Publikacji 2020-09-20
Ocena 4.90/5 Łącznie 10 Oceny
Deweloper bigballerwizz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}