NYTimes Free
This extension prevents the NYTimes website from limiting the number of articles you can read for free.
NYTimes Free क्या है?
NYTimes Free sbogey3 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension prevents the NYTimes website from limiting the number of articles you can read for free."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NYTimes Free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | |
ID | kobbkajcbfebkdeinnojiigmnjfklbfm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/nytimes-free/kobbkajcbfebkdeinnojiigmnjfklbfm |
विवरण | This extension prevents the NYTimes website from limiting the number of articles you can read for free. |
फ़ाइल का आकार | 9.2 KB |
स्थापना संख्या | 774 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2018-09-07 |
प्रकाशन तिथि | 2018-09-07 |
रेटिंग | 1.13/5 कुल 8 रेटिंग्स |
डेवलपर | sbogey3 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/*" ] } ] } |