Medium Parser

Read medium based articles for free.

Cos'è Medium Parser?

Medium Parser è un'estensione di Chrome sviluppata da https://medium-parser-ext.vercel.app, e la sua funzione principale è "Read medium based articles for free.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Medium Parser

Scarica i file di estensione Medium Parser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Medium Parser Medium Parser
ID bdkfodcnmgegolifeafnpbgjnjfohado
URL Ufficiale https://chromewebstore.google.com/detail/medium-parser/bdkfodcnmgegolifeafnpbgjnjfohado
Descrizione Read medium based articles for free.
Dimensione del File 493 KB
Conteggio Installazioni 1,000
Versione Corrente 1.5.3
Ultimo Aggiornamento 2024-02-25
Data di Pubblicazione 2024-02-23
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://medium-parser-ext.vercel.app
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Xatta-Trone/medium-parser-extension
Lingue Supportate 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"
            ]
        }
    ]
}