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是由bigballerwizz開發的Chrome擴展程式,該擴展的主要功能是“Allows you to automatically view NZ Hearld premium articles without subscribing”。

擴展截圖

screenshot

下載NZ Hearld Premium Article Viewer擴展crx文件

下載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
官方網址 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\/*"
    ]
}