NY Times Articles
The New York Times Articles full access. It is a 'Proof of Concept' work.
Cos'è NY Times Articles?
NY Times Articles è un'estensione di Chrome sviluppata da rajesh64727, e la sua funzione principale è "The New York Times Articles full access. It is a 'Proof of Concept' work.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NY Times Articles
Scarica i file di estensione NY Times Articles 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
This allows user to read full article without registering to the New York Times website. There is no intent to harm anybody or the News site. In case of any copyright or legal issue please let me know before. I support free press, peace. + Also try the NYT cooking section extension on https://chrome.google.com/webstore/detail/nytimes-free-cooking/dfcgnppjemgegjipdnfbhekjnkhkcpom Updates: +April 1, 2022 - updated to Chrome manifest 3 =============================================================== If you are a developer and want to improve it ( or your extension) here is the source code path https://github.com/rajesh64727/BrowserExtensions/tree/master/NYTimesChromeExtn ===============================================================
Informazioni di Base sull'Estensione
Nome | NY Times Articles |
ID | joojgneaeojkmbijpheacjlpfbahhldc |
URL Ufficiale | https://chromewebstore.google.com/detail/ny-times-articles/joojgneaeojkmbijpheacjlpfbahhldc |
Descrizione | The New York Times Articles full access. It is a 'Proof of Concept' work. |
Dimensione del File | 31.09 KB |
Conteggio Installazioni | 4,173 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2022-04-02 |
Data di Pubblicazione | 2020-08-13 |
Valutazione | 4.43/5 Totale 46 Valutazioni |
Sviluppatore | rajesh64727 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://rajesh64727.github.io |
URL della Pagina della Politica sulla Privacy | https://rajesh64727.github.io/privacy.html |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NY Times Articles", "version": "1.2.0", "description": "The New York Times Articles full access. It is a 'Proof of Concept' work.", "action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "icons": { "128": "images\/icon128.png", "64": "images\/icon64.png", "48": "images\/icon48.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.nytimes.com\/*" ], "js": [ "content.js" ] } ] } |