Let Me Read That Article
Read that article you've always wanted
Let Me Read That Article क्या है?
Let Me Read That Article https://craig1123.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read that article you've always wanted"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Let Me Read That Article एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Do you hate it when you want to read an article ad free, but the website says, "looks like you're using an ad-blocker"? Or when you have a limited number of reads on a news website until you have to subscribe? Same here, so here's an extension that will intercept those annoying popups and let you read that article. There are millions of websites and it's impossible to know them all. So if you have any other website that needs bypassing, please let me know in the support section.
एक्सटेंशन की मूल जानकारी
नाम | Let Me Read That Article |
ID | bmdnpacffafhifoibkeajbacaapgcoih |
आधिकारिक URL | https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih |
विवरण | Read that article you've always wanted |
फ़ाइल का आकार | 19.15 KB |
स्थापना संख्या | 3,925 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2018-12-01 |
रेटिंग | 2.64/5 कुल 14 रेटिंग्स |
डेवलपर | https://craig1123.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://craig1123.github.io/let-me-read-that-article/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Craig Walker", "manifest_version": 2, "name": "Let Me Read That Article", "short_name": "LMRTA", "description": "Read that article you've always wanted", "version": "1.7", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.businessinsider.com\/*", "https:\/\/www.sltrib.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/www.cnbc.com\/*", "https:\/\/www.bloomberg.com\/*", "https:\/\/www.telegraph.co.uk\/*", "https:\/\/www.sfchronicle.com\/*", "https:\/\/heraldcourier.com\/*", "https:\/\/www.orlandosentinel.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ " |