NYTimes Free
This extension prevents the NYTimes website from limiting the number of articles you can read for free.
Vad är NYTimes Free?
NYTimes Free är en Chrome-tillägg utvecklad av sbogey3, och dess huvudfunktion är "This extension prevents the NYTimes website from limiting the number of articles you can read for free.".
Ladda ner NYTimes Free-förlängningens CRX-fil
Ladda ner NYTimes Free-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | kobbkajcbfebkdeinnojiigmnjfklbfm |
Officiell webbadress | https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm |
Beskrivning | This extension prevents the NYTimes website from limiting the number of articles you can read for free. |
Filstorlek | 9.2 KB |
Antal Installationer | 774 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2018-09-07 |
Publiceringsdatum | 2018-09-07 |
Betyg | 1.13/5 Totalt 8 Betyg |
Utvecklare | sbogey3 |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |