Free Australian
Barely worth the effort.
O que é Free Australian?
Free Australian é uma extensão do Chrome desenvolvida por mr tre, e sua principal característica é "Barely worth the effort.".
Baixar o arquivo CRX da Extensão Free Australian
Baixe arquivos de extensão Free Australian no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
Informações Básicas da Extensão
Nome | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
URL Oficial | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
Descrição | Barely worth the effort. |
Tamanho do Arquivo | 48.17 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.1.1 |
Última Atualização | 2016-08-28 |
Data de Publicação | 2016-08-28 |
Classificação | 2.67/5 Total de 3 Avaliações |
Desenvolvedor | mr tre |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |