NYTimes Free

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

NYTimes Free là gì?

NYTimes Free là một tiện ích mở rộng Chrome được phát triển bởi sbogey3, và tính năng chính của nó là "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".

Tải xuống tệp CRX của tiện ích mở rộng NYTimes Free

Tải xuống các tệp mở rộng NYTimes Free dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NYTimes Free NYTimes Free
ID kobbkajcbfebkdeinnojiigmnjfklbfm
URL Chính Thức https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm
Mô tả This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Kích Thước Tệp 9.2 KB
Số Lần Cài Đặt 774
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2018-09-07
Ngày Phát Hành 2018-09-07
Đánh Giá 1.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển sbogey3
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}