Free Medium articles Chrome Plugin

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

¿Qué es Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin es una extensión de Chrome desarrollada por akhilchilumuru, y su función principal es "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Free Medium articles Chrome Plugin

Descarga archivos de extensión Free Medium articles Chrome Plugin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Tamaño del Archivo 7.73 KB
Cantidad de Instalaciones 200
Versión Actual 0.0.0.1
Última Actualización 2022-02-25
Fecha de Publicación 2022-02-25
Desarrollador akhilchilumuru
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}