NZ Hearld Premium Article Viewer

Allows you to automatically view NZ Hearld premium articles without subscribing

Что такое NZ Hearld Premium Article Viewer?

NZ Hearld Premium Article Viewer - это расширение Chrome, разработанное bigballerwizz, и его основная функция - "Allows you to automatically view NZ Hearld premium articles without subscribing".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения NZ Hearld Premium Article Viewer

Скачайте файлы расширений NZ Hearld Premium Article Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название NZ Hearld Premium Article Viewer NZ Hearld Premium Article Viewer
ID cbjdgaghcellmhofepnabpilajljibma
Официальный URL https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma
Описание Allows you to automatically view NZ Hearld premium articles without subscribing
Размер файла 24.98 KB
Количество установок 2,000
Текущая Версия 1.3
Последнее Обновление 2022-03-05
Дата публикации 2020-09-20
Рейтинг 4.90/5 Всего 10 оценок
Разработчик bigballerwizz
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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\/*"
    ]
}