Free Medium articles Chrome Plugin

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

Was ist Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin ist eine Chrome-Erweiterung, die von akhilchilumuru entwickelt wurde, und ihr Hauptmerkmal ist "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Erweiterungsscreenshots

screenshot

Free Medium articles Chrome Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Free Medium articles Chrome Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
Offizielle URL https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Beschreibung Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Dateigröße 7.73 KB
Installationsanzahl 200
Aktuelle Version 0.0.0.1
Letztes Update 2022-02-25
Veröffentlichungsdatum 2022-02-25
Entwickler akhilchilumuru
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}