NZ Hearld Premium Article Viewer
Allows you to automatically view NZ Hearld premium articles without subscribing
¿Qué es NZ Hearld Premium Article Viewer?
NZ Hearld Premium Article Viewer es una extensión de Chrome desarrollada por bigballerwizz, y su función principal es "Allows you to automatically view NZ Hearld premium articles without subscribing".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NZ Hearld Premium Article Viewer
Descarga archivos de extensión NZ Hearld Premium Article Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | cbjdgaghcellmhofepnabpilajljibma |
URL Oficial | https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma |
Descripción | Allows you to automatically view NZ Hearld premium articles without subscribing |
Tamaño del Archivo | 24.98 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 1.3 |
Última Actualización | 2022-03-05 |
Fecha de Publicación | 2020-09-20 |
Calificación | 4.90/5 Total de 10 Calificaciones |
Desarrollador | bigballerwizz |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } |