Free Medium articles Chrome Plugin

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

Co je Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin je rozšíření Chrome vyvinuté akhilchilumuru, a jeho hlavní funkcí je „Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Free Medium articles Chrome Plugin

Stáhněte si soubory rozšíření Free Medium articles Chrome Plugin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
Oficiální URL https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Popis Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Velikost souboru 7.73 KB
Počet instalací 200
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2022-02-25
Datum Vydání 2022-02-25
Vývojář akhilchilumuru
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}