Cairns Post Bypasser
Bypasses the Cairns Post paywall / article trial.
Wat is Cairns Post Bypasser?
Cairns Post Bypasser is een Chrome-extensie ontwikkeld door Kippykip, en de belangrijkste functie is "Bypasses the Cairns Post paywall / article trial.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cairns Post Bypasser
Download Cairns Post Bypasser-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
This extension allows you continue reading after max article limit set from The Cairns Post news website.
Basisinformatie over de Extensie
Naam | |
ID | mjgpckopbdejplpambgcgefbijlkccco |
Officiële URL | https://chrome.google.com/webstore/detail/cairns-post-bypasser/mjgpckopbdejplpambgcgefbijlkccco |
Beschrijving | Bypasses the Cairns Post paywall / article trial. |
Bestandsgrootte | 9.06 KB |
Aantal Installaties | 123 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-11-28 |
Publicatiedatum | 2020-11-28 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Kippykip |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "cpbypass_128x128.png", "default_title": "Cairns Post Bypasser" }, "description": "Bypasses the Cairns Post paywall \/ article trial.", "icons": { "16": "cpbypass_16x16.png", "32": "cpbypass_32x32.png", "128": "cpbypass_128x128.png" }, "manifest_version": 2, "name": "Cairns Post Bypasser", "permissions": [ "*:\/\/cairnspost.com.au\/*", "*:\/\/www.cairnspost.com.au\/*", "webRequest", "webRequestBlocking" ], "version": "1.0" } |