Free Australian
Barely worth the effort.
What is Free Australian?
Free Australian is a Chrome extension developed by mr tre, and its main feature is "Barely worth the effort.".
Download Free Australian Extension CRX File
Download Free Australian extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
Extension Basic Information
Name | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
Official URL | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
Description | Barely worth the effort. |
File Size | 48.17 KB |
Installation Count | 84 |
Current Version | 1.1.1 |
Last Updated | 2016-08-28 |
Publish Date | 2016-08-28 |
Rating | 2.67/5 Total 3 Ratings |
Developer | mr tre |
Payment Type | free |
Supported Languages | 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" } |