NYTimes Free
This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Cos'è NYTimes Free?
NYTimes Free è un'estensione di Chrome sviluppata da sbogey3, e la sua funzione principale è "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".
Scarica il file CRX dell'estensione NYTimes Free
Scarica i file di estensione NYTimes Free in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | kobbkajcbfebkdeinnojiigmnjfklbfm |
URL Ufficiale | https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm |
Descrizione | This extension prevents the NYTimes website from limiting the number of articles you can read for free. |
Dimensione del File | 9.2 KB |
Conteggio Installazioni | 774 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2018-09-07 |
Data di Pubblicazione | 2018-09-07 |
Valutazione | 1.13/5 Totale 8 Valutazioni |
Sviluppatore | sbogey3 |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } ] } |