NY Times Articles
The New York Times Articles full access. It is a 'Proof of Concept' work.
¿Qué es NY Times Articles?
NY Times Articles es una extensión de Chrome desarrollada por rajesh64727, y su función principal es "The New York Times Articles full access. It is a 'Proof of Concept' work.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NY Times Articles
Descarga archivos de extensión NY Times Articles en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ===============================================================
Información Básica de la Extensión
Nombre | NY Times Articles |
ID | joojgneaeojkmbijpheacjlpfbahhldc |
URL Oficial | https://chromewebstore.google.com/detail/ny-times-articles/joojgneaeojkmbijpheacjlpfbahhldc |
Descripción | The New York Times Articles full access. It is a 'Proof of Concept' work. |
Tamaño del Archivo | 31.09 KB |
Cantidad de Instalaciones | 4,173 |
Versión Actual | 1.2.0 |
Última Actualización | 2022-04-02 |
Fecha de Publicación | 2020-08-13 |
Calificación | 4.43/5 Total de 46 Calificaciones |
Desarrollador | rajesh64727 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://rajesh64727.github.io |
URL de la Página de Política de Privacidad | https://rajesh64727.github.io/privacy.html |
Idiomas Soportados | 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" ] } ] } |