Read Medium for free
Read Medium stories without leaving the page if you reached to free reading limit.
O que é Read Medium for free?
Read Medium for free é uma extensão do Chrome desenvolvida por Mesut Tasci, e sua principal característica é "Read Medium stories without leaving the page if you reached to free reading limit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Read Medium for free
Baixe arquivos de extensão Read Medium for free no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | feckflmdfioohghkgojnilnlaelfgffl |
URL Oficial | https://chrome.google.com/webstore/detail/read-medium-for-free/feckflmdfioohghkgojnilnlaelfgffl |
Descrição | Read Medium stories without leaving the page if you reached to free reading limit. |
Tamanho do Arquivo | 30.53 KB |
Contagem de Instalações | 9,081 |
Versão Atual | 2.4 |
Última Atualização | 2021-09-08 |
Data de Publicação | 2020-09-20 |
Classificação | 3.33/5 Total de 36 Avaliações |
Desenvolvedor | Mesut Tasci |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mesuutt/read-medium-extension |
URL da Página de Ajuda | https://github.com/mesuutt/read-medium-extension |
Idiomas Suportados | 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" } } |