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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | |
ID | kobbkajcbfebkdeinnojiigmnjfklbfm |
官方網址 | 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\/*" ] } ] } |