Cairns Post Bypasser

Bypasses the Cairns Post paywall / article trial.

Cairns Post Bypasser là gì?

Cairns Post Bypasser là một tiện ích mở rộng Chrome được phát triển bởi Kippykip, và tính năng chính của nó là "Bypasses the Cairns Post paywall / article trial.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cairns Post Bypasser

Tải xuống các tệp mở rộng Cairns Post Bypasser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cairns Post Bypasser Cairns Post Bypasser
ID mjgpckopbdejplpambgcgefbijlkccco
URL Chính Thức https://chrome.google.com/webstore/detail/cairns-post-bypasser/mjgpckopbdejplpambgcgefbijlkccco
Mô tả Bypasses the Cairns Post paywall / article trial.
Kích Thước Tệp 9.06 KB
Số Lần Cài Đặt 123
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-11-28
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Kippykip
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}