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 |
公式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\/*" ] } ] } |