Free Medium articles Chrome Plugin

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

Vad är Free Medium articles Chrome Plugin?

Free Medium articles Chrome Plugin är en Chrome-tillägg utvecklad av akhilchilumuru, och dess huvudfunktion är "Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.".

Tilläggsskärmbilder

screenshot

Ladda ner Free Medium articles Chrome Plugin-förlängningens CRX-fil

Ladda ner Free Medium articles Chrome Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Free Medium articles Chrome Plugin Free Medium articles Chrome Plugin
ID bhkjccddnhdmfjmfnkcoikggcfefgonl
Officiell webbadress https://chrome.google.com/webstore/detail/free-medium-articles-chro/bhkjccddnhdmfjmfnkcoikggcfefgonl
Beskrivning Clears the cookies on medium.com and towardsdatascience.com to make metered articles free.
Filstorlek 7.73 KB
Antal Installationer 200
Aktuell Version 0.0.0.1
Senast Uppdaterad 2022-02-25
Publiceringsdatum 2022-02-25
Utvecklare akhilchilumuru
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}