Read Medium for free

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

Wat is Read Medium for free?

Read Medium for free is een Chrome-extensie ontwikkeld door pavel.maskevich, en de belangrijkste functie is "Read Medium stories without leaving the page if you reached to free reading limit".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Read Medium for free

Download Read Medium for free-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

                        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.                    

Basisinformatie over de Extensie

Naam Read Medium for free Read Medium for free
ID fkbjjjnjofeenflcinnhhnoniohnjepm
Officiële URL https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm
Beschrijving Read Medium stories without leaving the page if you reached to free reading limit
Bestandsgrootte 30.5 KB
Aantal Installaties 80
Huidige Versie 1.0
Laatst Bijgewerkt 2021-03-30
Publicatiedatum 2021-03-30
Ontwikkelaar pavel.maskevich
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/maskalek/read-medium-extension
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Medium for free",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Read Medium stories without leaving the page if you reached to free reading limit",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": []
}