freeSMH

Navigate SMH articles without being interrupted by the digital subscription pop-up

Что такое freeSMH?

freeSMH - это расширение Chrome, разработанное prods3, и его основная функция - "Navigate SMH articles without being interrupted by the digital subscription pop-up".

Снимки экрана расширения

screenshot

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

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

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

                        Remove the digital subscription pop-up from SMH pages automatically.

This is a non-invasive front-end extension that simply removes the pop-up and lets you browse the content behind it. It doesn't involve the access or manipulation of your browser's cookies.

If you find it useful, please share it with your friends.                    

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

Название freeSMH freeSMH
ID nkoljkmfpmcpijiiipndogpadgimgkcm
Официальный URL https://chromewebstore.google.com/detail/freesmh/nkoljkmfpmcpijiiipndogpadgimgkcm
Описание Navigate SMH articles without being interrupted by the digital subscription pop-up
Размер файла 2.91 KB
Количество установок 23
Текущая Версия 1.1.0
Последнее Обновление 2013-07-23
Дата публикации 2013-07-23
Рейтинг 5.00/5 Всего 6 оценок
Разработчик prods3
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "freeSMH",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "Navigate SMH articles without being interrupted by the digital subscription pop-up",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.smh.com.au\/*"
            ],
            "js": [
                "freeSMH.js"
            ],
            "run_at": "document_start"
        }
    ]
}