NYTimes Free

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

What is NYTimes Free?

NYTimes Free is a Chrome extension developed by sbogey3, and its main feature is "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".

Download NYTimes Free Extension CRX File

Download NYTimes Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
Official URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Description This extension prevents the NYTimes website from limiting the number of articles you can read for free.
File Size 9.2 KB
Installation Count 774
Current Version 1.1.1
Last Updated 2018-09-07
Publish Date 2018-09-07
Rating 1.13/5 Total 8 Ratings
Developer sbogey3
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}