Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit
Hvad er Read Medium for free?
Read Medium for free er en Chrome-udvidelse udviklet af pavel.maskevich, og dens hovedfunktion er "Read Medium stories without leaving the page if you reached to free reading limit".
Udvidelsesskærmbilleder
Download Read Medium for free-udvidelses-CRX-fil
Download Read Medium for free-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
Officiel URL | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
Beskrivelse | Read Medium stories without leaving the page if you reached to free reading limit |
Filstørrelse | 30.5 KB |
Antal Installationer | 80 |
Nuværende Version | 1.0 |
Senest Opdateret | 2021-03-30 |
Udgivelsesdato | 2021-03-30 |
Udvikler | pavel.maskevich |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/maskalek/read-medium-extension |
Understøttede Sprog | 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": [] } |