NYTimes Free

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

什么是NYTimes Free?

NYTimes Free是由sbogey3开发的Chrome扩展程序,该扩展的主要功能是“This extension prevents the NYTimes website from limiting the number of articles you can read for free.”。

下载NYTimes Free扩展crx文件

下载NYTimes Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
官方URL https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
简介 This extension prevents the NYTimes website from limiting the number of articles you can read for free.
文件大小 9.2 KB
安装次数 774
当前版本 1.1.1
更新时间 2018-09-07
上架时间 2018-09-07
评分 1.13/5 共8次评分
开发者 sbogey3
付费类型 free
支持的语言 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\/*"
            ]
        }
    ]
}