Free Medium articles Chrome Plugin

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

Hvad er Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin er en Chrome-udvidelse udviklet af akhilchilumuru, og dens hovedfunktion er "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Udvidelsesskærmbilleder

screenshot

Download Free Medium articles Chrome Plugin-udvidelses-CRX-fil

Download Free Medium articles Chrome Plugin-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
Officiel URL https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Beskrivelse Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Filstørrelse 7.73 KB
Antal Installationer 200
Nuværende Version 0.0.0.1
Senest Opdateret 2022-02-25
Udgivelsesdato 2022-02-25
Udvikler akhilchilumuru
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}