Cairns Post Bypasser

Bypasses the Cairns Post paywall / article trial.

What is Cairns Post Bypasser?

Cairns Post Bypasser is a Chrome extension developed by Kippykip, and its main feature is "Bypasses the Cairns Post paywall / article trial.".

Extension Screenshots

screenshot

Download Cairns Post Bypasser Extension CRX File

Download Cairns Post Bypasser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you continue reading after max article limit set from The Cairns Post news website.                    

Extension Basic Information

Name Cairns Post Bypasser Cairns Post Bypasser
ID mjgpckopbdejplpambgcgefbijlkccco
Official URL https://chrome.google.com/webstore/detail/cairns-post-bypasser/mjgpckopbdejplpambgcgefbijlkccco
Description Bypasses the Cairns Post paywall / article trial.
File Size 9.06 KB
Installation Count 123
Current Version 1.0
Last Updated 2020-11-28
Publish Date 2020-11-28
Rating 1.00/5 Total 1 Ratings
Developer Kippykip
Email [email protected]
Payment Type free
Supported Languages 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"
}