Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit
Read Medium for free क्या है?
Read Medium for free pavel.maskevich द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read Medium stories without leaving the page if you reached to free reading limit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Read Medium for free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension only fetches Medium article without cookies and replace page content, like the opening article in incognito mode. The extension is run only when you have reached to free reading limit and does not make any request outside of Medium.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
विवरण | Read Medium stories without leaving the page if you reached to free reading limit |
फ़ाइल का आकार | 30.5 KB |
स्थापना संख्या | 80 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-03-30 |
प्रकाशन तिथि | 2021-03-30 |
डेवलपर | pavel.maskevich |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/maskalek/read-medium-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Read Medium for free", "version": "1.0", "manifest_version": 2, "description": "Read Medium stories without leaving the page if you reached to free reading limit", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "permissions": [ "activeTab" ], "browser_action": [] } |