Medium Parser

Read medium based articles for free.

What is Medium Parser?

Medium Parser is a Chrome extension developed by https://medium-parser-ext.vercel.app, and its main feature is "Read medium based articles for free.".

Extension Screenshots

screenshot
screenshot

Download Medium Parser Extension CRX File

Download Medium Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
Official URL https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
Description Read medium based articles for free.
File Size 493 KB
Installation Count 1,000
Current Version 1.5.3
Last Updated 2024-02-25
Publish Date 2024-02-23
Rating 5.00/5 Total 7 Ratings
Developer https://medium-parser-ext.vercel.app
Email [email protected]
Payment Type free
Extension Website https://github.com/Xatta-Trone/medium-parser-extension
Supported Languages 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"
            ]
        }
    ]
}