NZ Hearld Premium Article Viewer
Allows you to automatically view NZ Hearld premium articles without subscribing
Wat is NZ Hearld Premium Article Viewer?
NZ Hearld Premium Article Viewer is een Chrome-extensie ontwikkeld door bigballerwizz, en de belangrijkste functie is "Allows you to automatically view NZ Hearld premium articles without subscribing".
Extensie Screenshots
Download het CRX-bestand van de extensie NZ Hearld Premium Article Viewer
Download NZ Hearld Premium Article Viewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | cbjdgaghcellmhofepnabpilajljibma |
Officiële URL | https://chrome.google.com/webstore/detail/nz-hearld-premium-article/cbjdgaghcellmhofepnabpilajljibma |
Beschrijving | Allows you to automatically view NZ Hearld premium articles without subscribing |
Bestandsgrootte | 24.98 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2022-03-05 |
Publicatiedatum | 2020-09-20 |
Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
Ontwikkelaar | bigballerwizz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |