Cairns Post Bypasser

Bypasses the Cairns Post paywall / article trial.

Cairns Post Bypasserとは何ですか?

Cairns Post BypasserはKippykipによって開発されたChromeの拡張機能で、その主な機能は「Bypasses the Cairns Post paywall / article trial.」です。

拡張機能のスクリーンショット

screenshot

Cairns Post Bypasser拡張機能のCRXファイルをダウンロード

Cairns Post Bypasser拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Cairns Post Bypasser Cairns Post Bypasser
ID mjgpckopbdejplpambgcgefbijlkccco
公式URL https://chrome.google.com/webstore/detail/cairns-post-bypasser/mjgpckopbdejplpambgcgefbijlkccco
説明 Bypasses the Cairns Post paywall / article trial.
ファイルサイズ 9.06 KB
インストール数 123
現在のバージョン 1.0
最終更新日 2020-11-28
公開日 2020-11-28
評価 1.00/5 合計 1 レビュー
開発者 Kippykip
Eメール [email protected]
支払い方法 free
対応言語 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"
}