Free Australian
Barely worth the effort.
Wat is Free Australian?
Free Australian is een Chrome-extensie ontwikkeld door mr tre, en de belangrijkste functie is "Barely worth the effort.".
Download het CRX-bestand van de extensie Free Australian
Download Free Australian-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
Basisinformatie over de Extensie
Naam | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
Officiële URL | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
Beschrijving | Barely worth the effort. |
Bestandsgrootte | 48.17 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2016-08-28 |
Publicatiedatum | 2016-08-28 |
Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | mr tre |
Betalingswijze | free |
Ondersteunde Talen | 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" } |