Read Medium for free

Read Medium stories without leaving the page if you reached to free reading limit.

Cos'è Read Medium for free?

Read Medium for free è un'estensione di Chrome sviluppata da Mesut Tasci, e la sua funzione principale è "Read Medium stories without leaving the page if you reached to free reading limit.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Read Medium for free

Scarica i file di estensione Read Medium for free 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

                        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                    

Informazioni di Base sull'Estensione

Nome Read Medium for free Read Medium for free
ID feckflmdfioohghkgojnilnlaelfgffl
URL Ufficiale https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl
Descrizione Read Medium stories without leaving the page if you reached to free reading limit.
Dimensione del File 30.53 KB
Conteggio Installazioni 9,081
Versione Corrente 2.4
Ultimo Aggiornamento 2021-09-08
Data di Pubblicazione 2020-09-20
Valutazione 3.33/5 Totale 36 Valutazioni
Sviluppatore Mesut Tasci
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mesuutt/read-medium-extension
URL della Pagina di Aiuto https://github.com/mesuutt/read-medium-extension
Lingue Supportate 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"
    }
}