Free Medium articles Chrome Plugin

Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.

O que é Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin é uma extensão do Chrome desenvolvida por akhilchilumuru, e sua principal característica é "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Free Medium articles Chrome Plugin

Baixe arquivos de extensão Free Medium articles Chrome Plugin 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

                        This plugin gives free access to articles from medium.com and towardsdatascience.com that are metered. In the background the plugin removes cookies from articles that are hosted on these domains.                    

Informações Básicas da Extensão

Nome Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
URL Oficial https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Descrição Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Tamanho do Arquivo 7.73 KB
Contagem de Instalações 200
Versão Atual 0.0.0.1
Última Atualização 2022-02-25
Data de Publicação 2022-02-25
Desenvolvedor akhilchilumuru
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Medium articles Chrome Plugin",
    "description": "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_icon": {
            "16": "\/cache_icon.png",
            "32": "\/cache_icon.png",
            "48": "\/cache_icon.png",
            "128": "\/cache_icon.png"
        }
    },
    "icons": {
        "16": "\/cache_icon.png",
        "32": "\/cache_icon.png",
        "48": "\/cache_icon.png",
        "128": "\/cache_icon.png"
    }
}