NYTimes Free

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

Co to jest NYTimes Free?

NYTimes Free to rozszerzenie Chrome opracowane przez sbogey3, a jego główną funkcją jest „This extension prevents the NYTimes website from limiting the number of articles you can read for free.”.

Pobierz plik CRX rozszerzenia NYTimes Free

Pobierz pliki rozszerzeń NYTimes Free w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
Oficjalny URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Opis This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Rozmiar pliku 9.2 KB
Liczba instalacji 774
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2018-09-07
Data Publikacji 2018-09-07
Ocena 1.13/5 Łącznie 8 Oceny
Deweloper sbogey3
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}