Free Medium articles Chrome Plugin

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

Qu'est-ce que Free Medium articles Chrome Plugin ?

Free Medium articles Chrome Plugin est une extension Chrome développée par akhilchilumuru, et sa fonction principale est "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Free Medium articles Chrome Plugin

Téléchargez les fichiers d'extension Free Medium articles Chrome Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
URL Officiel https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Description Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Taille du Fichier 7.73 KB
Nombre d'Installations 200
Version Actuelle 0.0.0.1
Dernière Mise à Jour 2022-02-25
Date de Publication 2022-02-25
Développeur akhilchilumuru
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}