Free Australian
Barely worth the effort.
Cos'è Free Australian?
Free Australian è un'estensione di Chrome sviluppata da mr tre, e la sua funzione principale è "Barely worth the effort.".
Scarica il file CRX dell'estensione Free Australian
Scarica i file di estensione Free Australian in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
Descrizione | Barely worth the effort. |
Dimensione del File | 48.17 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2016-08-28 |
Data di Pubblicazione | 2016-08-28 |
Valutazione | 2.67/5 Totale 3 Valutazioni |
Sviluppatore | mr tre |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |