Medium Parser

Read medium based articles for free.

Wat is Medium Parser?

Medium Parser is een Chrome-extensie ontwikkeld door https://medium-parser-ext.vercel.app, en de belangrijkste functie is "Read medium based articles for free.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Medium Parser

Download Medium Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
Officiële URL https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
Beschrijving Read medium based articles for free.
Bestandsgrootte 493 KB
Aantal Installaties 1,000
Huidige Versie 1.5.3
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2024-02-23
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://medium-parser-ext.vercel.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Xatta-Trone/medium-parser-extension
Ondersteunde Talen 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"
            ]
        }
    ]
}