Free Australian
Barely worth the effort.
Co je Free Australian?
Free Australian je rozšíření Chrome vyvinuté mr tre, a jeho hlavní funkcí je „Barely worth the effort.“.
Stáhnout soubor CRX rozšíření Free Australian
Stáhněte si soubory rozšíření Free Australian ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
Základní Informace o Rozšíření
Název | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
Oficiální URL | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
Popis | Barely worth the effort. |
Velikost souboru | 48.17 KB |
Počet instalací | 84 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2016-08-28 |
Datum Vydání | 2016-08-28 |
Hodnocení | 2.67/5 Celkem 3 Hodnocení |
Vývojář | mr tre |
Typ Platby | free |
Podporované Jazyky | 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" } |