Free Australian

Barely worth the effort.

什么是Free Australian?

Free Australian是由mr tre开发的Chrome扩展程序,该扩展的主要功能是“Barely worth the effort.”。

下载Free Australian扩展crx文件

下载Free Australian扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.                    

扩展基本信息

名称 Free Australian Free Australian
ID jakjppgbbilldcjihochlfeofiacgmbi
官方URL https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi
简介 Barely worth the effort.
文件大小 48.17 KB
安装次数 84
当前版本 1.1.1
更新时间 2016-08-28
上架时间 2016-08-28
评分 2.67/5 共3次评分
开发者 mr tre
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "http:\/\/www.theaustralian.com.au\/*",
                "http:\/\/webcache.googleusercontent.com\/*theaustralian.com.au*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs"
    ],
    "name": "Free Australian",
    "description": "Barely worth the effort.",
    "version": "1.1.1"
}