NYTimes Free

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

NYTimes Freeคืออะไร?

NYTimes Free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sbogey3 และคุณลักษณะหลักของมันคือ "This extension prevents the NYTimes website from limiting the number of articles you can read for free."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NYTimes Free

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}