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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | mjgpckopbdejplpambgcgefbijlkccco |
官方網址 | 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 |
電子郵箱 | [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" } |