NYTimes Free

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

Co je NYTimes Free?

NYTimes Free je rozšíření Chrome vyvinuté sbogey3, a jeho hlavní funkcí je „This extension prevents the NYTimes website from limiting the number of articles you can read for free.“.

Stáhnout soubor CRX rozšíření NYTimes Free

Stáhněte si soubory rozšíření NYTimes Free ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
Oficiální URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Popis This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Velikost souboru 9.2 KB
Počet instalací 774
Aktuální Verze 1.1.1
Poslední Aktualizace 2018-09-07
Datum Vydání 2018-09-07
Hodnocení 1.13/5 Celkem 8 Hodnocení
Vývojář sbogey3
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}