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 Mesut Tasci, en de belangrijkste functie is "Read Medium stories without leaving the page if you reached to free reading limit.".
Extensie Screenshots
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
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
Basisinformatie over de Extensie
Naam | |
ID | feckflmdfioohghkgojnilnlaelfgffl |
Officiële URL | https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl |
Beschrijving | Read Medium stories without leaving the page if you reached to free reading limit. |
Bestandsgrootte | 30.53 KB |
Aantal Installaties | 9,081 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2021-09-08 |
Publicatiedatum | 2020-09-20 |
Beoordeling | 3.33/5 Totaal 36 Beoordelingen |
Ontwikkelaar | Mesut Tasci |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mesuutt/read-medium-extension |
Help Pagina-URL | https://github.com/mesuutt/read-medium-extension |
Ondersteunde Talen | 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" } } |