NYTimes Free

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

Apa itu NYTimes Free?

NYTimes Free adalah ekstensi Chrome yang dikembangkan oleh sbogey3, dan fitur utamanya adalah "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".

Unduh Berkas CRX Ekstensi NYTimes Free

Unduh file ekstensi NYTimes Free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
URL Resmi https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Deskripsi This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Ukuran File 9.2 KB
Jumlah Instalasi 774
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2018-09-07
Tanggal Publikasi 2018-09-07
Penilaian 1.13/5 Total 8 Penilaian
Pengembang sbogey3
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}