NYTimes Free

This extension prevents the NYTimes website from limiting the number of articles you can read for free.

Что такое NYTimes Free?

NYTimes Free - это расширение Chrome, разработанное sbogey3, и его основная функция - "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".

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

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

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

                                            

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

Название NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
Официальный URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Описание This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Размер файла 9.2 KB
Количество установок 774
Текущая Версия 1.1.1
Последнее Обновление 2018-09-07
Дата публикации 2018-09-07
Рейтинг 1.13/5 Всего 8 оценок
Разработчик sbogey3
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NYTimes Free",
    "description": "This extension prevents the NYTimes website from limiting the number of articles you can read for free.",
    "version": "1.1.1",
    "author": "Sam Bogart",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.nytimes.com\/*"
            ]
        }
    ]
}