Free Australian

Barely worth the effort.

Что такое Free Australian?

Free Australian - это расширение Chrome, разработанное mr tre, и его основная функция - "Barely worth the effort.".

Скачать файл CRX расширения Free Australian

Скачайте файлы расширений Free Australian в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Uses Google's cached version of articles in The Australian to bypass the paywall. Use www.theaustralian.com.au as normal.                    

Основная информация о расширении

Название Free Australian Free Australian
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"
}