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 Mesut Tasci द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read Medium stories without leaving the page if you reached to free reading limit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Read Medium for free एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        NOT WORKING ANYMORE. I AM GOING TO IMPLEMENT ANOTHER SOLUTION

------------------------

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.

Extension source code:
https://github.com/mesuutt/read-medium-extension                    

एक्सटेंशन की मूल जानकारी

नाम Read Medium for free Read Medium for free
ID feckflmdfioohghkgojnilnlaelfgffl
आधिकारिक URL https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl
विवरण Read Medium stories without leaving the page if you reached to free reading limit.
फ़ाइल का आकार 30.53 KB
स्थापना संख्या 9,081
वर्तमान संस्करण 2.4
अंतिम अपडेट 2021-09-08
प्रकाशन तिथि 2020-09-20
रेटिंग 3.33/5 कुल 36 रेटिंग्स
डेवलपर Mesut Tasci
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/mesuutt/read-medium-extension
सहायता पृष्ठ URL https://github.com/mesuutt/read-medium-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "description": "Read Medium stories without leaving the page if you reached to free reading limit.",
    "manifest_version": 2,
    "version": "2.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.medium.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    }
}