readify.me

A safe, easy, open-source solution that allows you to read articles in peace.

O que é readify.me?

readify.me é uma extensão do Chrome desenvolvida por https://readify.me, e sua principal característica é "A safe, easy, open-source solution that allows you to read articles in peace.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão readify.me

Baixe arquivos de extensão readify.me 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

                        Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies!

The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.                    

Informações Básicas da Extensão

Nome readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
URL Oficial https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
Descrição A safe, easy, open-source solution that allows you to read articles in peace.
Tamanho do Arquivo 17.01 KB
Contagem de Instalações 343
Versão Atual 1.0
Última Atualização 2021-06-17
Data de Publicação 2021-06-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://readify.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://readify.me
URL da Página de Ajuda https://github.com/jotslo/readify.me/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "readify.me",
    "description": "A safe, easy, open-source solution that allows you to read articles in peace.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/book16.png",
            "32": "\/images\/book32.png",
            "48": "\/images\/book48.png",
            "128": "\/images\/book128.png"
        }
    },
    "icons": {
        "16": "\/images\/book16.png",
        "32": "\/images\/book32.png",
        "48": "\/images\/book48.png",
        "128": "\/images\/book128.png"
    }
}