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é Mesut Tasci, 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í
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
Základní Informace o Rozšíření
Název | |
ID | feckflmdfioohghkgojnilnlaelfgffl |
Oficiální URL | https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl |
Popis | Read Medium stories without leaving the page if you reached to free reading limit. |
Velikost souboru | 30.53 KB |
Počet instalací | 9,081 |
Aktuální Verze | 2.4 |
Poslední Aktualizace | 2021-09-08 |
Datum Vydání | 2020-09-20 |
Hodnocení | 3.33/5 Celkem 36 Hodnocení |
Vývojář | Mesut Tasci |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/mesuutt/read-medium-extension |
URL Stránky Nápovědy | https://github.com/mesuutt/read-medium-extension |
Podporované Jazyky | 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" } } |