NYTimes Free

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

Wat is NYTimes Free?

NYTimes Free is een Chrome-extensie ontwikkeld door sbogey3, en de belangrijkste functie is "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".

Download het CRX-bestand van de extensie NYTimes Free

Download NYTimes Free-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
Officiële URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Beschrijving This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Bestandsgrootte 9.2 KB
Aantal Installaties 774
Huidige Versie 1.1.1
Laatst Bijgewerkt 2018-09-07
Publicatiedatum 2018-09-07
Beoordeling 1.13/5 Totaal 8 Beoordelingen
Ontwikkelaar sbogey3
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}