Free Australian
Barely worth the effort.
Free Australian क्या है?
Free Australian mr tre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Barely worth the effort."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Free Australian एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | jakjppgbbilldcjihochlfeofiacgmbi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/free-australian/jakjppgbbilldcjihochlfeofiacgmbi |
विवरण | Barely worth the effort. |
फ़ाइल का आकार | 48.17 KB |
स्थापना संख्या | 84 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2016-08-28 |
प्रकाशन तिथि | 2016-08-28 |
रेटिंग | 2.67/5 कुल 3 रेटिंग्स |
डेवलपर | mr tre |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |