NY Times Articles
The New York Times Articles full access. It is a 'Proof of Concept' work.
Qu'est-ce que NY Times Articles ?
NY Times Articles est une extension Chrome développée par rajesh64727, et sa fonction principale est "The New York Times Articles full access. It is a 'Proof of Concept' work.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NY Times Articles
Téléchargez les fichiers d'extension NY Times Articles au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ===============================================================
Informations de Base sur l'Extension
Nom | NY Times Articles |
ID | joojgneaeojkmbijpheacjlpfbahhldc |
URL Officiel | https://chromewebstore.google.com/detail/ny-times-articles/joojgneaeojkmbijpheacjlpfbahhldc |
Description | The New York Times Articles full access. It is a 'Proof of Concept' work. |
Taille du Fichier | 31.09 KB |
Nombre d'Installations | 4,173 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-04-02 |
Date de Publication | 2020-08-13 |
Évaluation | 4.43/5 Total 46 Évaluations |
Développeur | rajesh64727 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://rajesh64727.github.io |
URL de la Page de Politique de Confidentialité | https://rajesh64727.github.io/privacy.html |
Langues Prises en Charge | 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" ] } ] } |