Medium Parser

Read medium based articles for free.

Medium Parser क्या है?

Medium Parser https://medium-parser-ext.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read medium based articles for free."।

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

screenshot
screenshot

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

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

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

                        Access Medium membership articles for free with the Medium Parser browser extension! 

It lets you read member-only articles on medium using Google Web Cache or Archive.is. Plus, it can even find articles from external publishers and provide links to read the full content through Google search. Enjoy your free reading!

Source code: https://github.com/Xatta-Trone/medium-parser-extension
Support/Donate: https://www.paypal.com/paypalme/monzurulislam1112?country.x=US&locale.x=en_US                    

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

नाम Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
आधिकारिक URL https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
विवरण Read medium based articles for free.
फ़ाइल का आकार 493 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.5.3
अंतिम अपडेट 2024-02-25
प्रकाशन तिथि 2024-02-23
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://medium-parser-ext.vercel.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Xatta-Trone/medium-parser-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Medium Parser",
    "version": "1.5.3",
    "description": "Read medium based articles for free.",
    "icons": {
        "16": "img\/icon16.jpg",
        "32": "img\/icon32.jpg",
        "48": "img\/icon48.jpg",
        "64": "img\/icon64.jpg",
        "128": "img\/icon128.jpg",
        "96": "img\/icon96.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}