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"
}