Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit
Co je Read Medium for free?
Read Medium for free je rozšíření Chrome vyvinuté pavel.maskevich, a jeho hlavní funkcí je „Read Medium stories without leaving the page if you reached to free reading limit“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Read Medium for free
Stáhněte si soubory rozšíření Read Medium for free ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | fkbjjjnjofeenflcinnhhnoniohnjepm |
Oficiální URL | https://chrome.google.com/webstore/detail/read-medium-for-free/fkbjjjnjofeenflcinnhhnoniohnjepm |
Popis | Read Medium stories without leaving the page if you reached to free reading limit |
Velikost souboru | 30.5 KB |
Počet instalací | 80 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2021-03-30 |
Datum Vydání | 2021-03-30 |
Vývojář | pavel.maskevich |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/maskalek/read-medium-extension |
Podporované Jazyky | 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": [] } |